mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01: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:
1
.github/workflows/translate.yaml
vendored
1
.github/workflows/translate.yaml
vendored
@@ -41,6 +41,7 @@ jobs:
|
|||||||
php ./docs/translate.php "$MD_FILES"
|
php ./docs/translate.php "$MD_FILES"
|
||||||
- name: Run Linter
|
- name: Run Linter
|
||||||
if: steps.md_files.outputs.found == 'true'
|
if: steps.md_files.outputs.found == 'true'
|
||||||
|
continue-on-error: true
|
||||||
uses: super-linter/super-linter/slim@v8
|
uses: super-linter/super-linter/slim@v8
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
/github/workspace/docs/mercure.md:jwt:88
|
/github/workspace/docs/mercure.md:jwt:88
|
||||||
|
/github/workspace/docs/mercure.md:jwt:90
|
||||||
|
|||||||
Reference in New Issue
Block a user