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 f682f9d commit 0b86a37Copy full SHA for 0b86a37
.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: ${{ steps.lint_check.conclusion == 'failure' }}
28
run: |
29
yarn nx format:write --all
30
git config --global user.name "GitHub Actions"
0 commit comments