We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70483fd commit 1c46d43Copy full SHA for 1c46d43
.github/workflows/lint_autofix.yml
@@ -140,7 +140,7 @@ jobs:
140
id: fix-lint-errors
141
run: |
142
files="${{ steps.changed-files.outputs.files }}"
143
- FIX=1 . "$GITHUB_WORKSPACE/.github/workflows/scripts/lint_javascript_files" "$files"
+ FIX=1 . "$GITHUB_WORKSPACE/.github/workflows/scripts/lint_javascript_files" "$files" || true
144
145
# Add missing trailing newlines:
146
- name: 'Add missing trailing newlines'
0 commit comments