We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227977e commit ddb11c1Copy full SHA for ddb11c1
.github/workflows/translate.yaml
@@ -41,6 +41,7 @@ jobs:
41
php ./docs/translate.php "$MD_FILES"
42
- name: Run Linter
43
if: steps.md_files.outputs.found == 'true'
44
+ continue-on-error: true
45
uses: super-linter/super-linter/slim@v8
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.gitleaksignore
@@ -1 +1,2 @@
1
/github/workspace/docs/mercure.md:jwt:88
2
+/github/workspace/docs/mercure.md:jwt:90
0 commit comments