Skip to content

Commit 31383b8

Browse files
authored
run translation even if linter failed
Signed-off-by: Marc <[email protected]>
1 parent 3ed8723 commit 31383b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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 }}

0 commit comments

Comments
 (0)