Skip to content

Commit ddb11c1

Browse files
authored
run translation even if linter failed (#2145)
if it can't fix anything, it currently just fails instead, it should open the PR and we can fix manually --------- Signed-off-by: Marc <m@pyc.ac>
1 parent 227977e commit ddb11c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/translate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
php ./docs/translate.php "$MD_FILES"
4242
- name: Run Linter
4343
if: steps.md_files.outputs.found == 'true'
44+
continue-on-error: true
4445
uses: super-linter/super-linter/slim@v8
4546
env:
4647
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitleaksignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/github/workspace/docs/mercure.md:jwt:88
2+
/github/workspace/docs/mercure.md:jwt:90

0 commit comments

Comments
 (0)