mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 00:37:20 +08:00
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>
This commit is contained in:
@@ -41,6 +41,7 @@ jobs:
|
||||
php ./docs/translate.php "$MD_FILES"
|
||||
- name: Run Linter
|
||||
if: steps.md_files.outputs.found == 'true'
|
||||
continue-on-error: true
|
||||
uses: super-linter/super-linter/slim@v8
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user