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 a3cf0b3 commit f682f9dCopy full SHA for f682f9d
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
run: yarn nx format:check --all
25
continue-on-error: true # Continue even if the check fails
26
- name: Auto-format and commit changes if needed
27
- if: failure()
+ if: ${{ failure() }}
28
run: |
29
yarn nx format:write --all
30
git config --global user.name "GitHub Actions"
0 commit comments