Skip to content

Commit 0b86a37

Browse files
committed
test
1 parent f682f9d commit 0b86a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: yarn nx format:check --all
2525
continue-on-error: true # Continue even if the check fails
2626
- name: Auto-format and commit changes if needed
27-
if: ${{ failure() }}
27+
if: ${{ steps.lint_check.conclusion == 'failure' }}
2828
run: |
2929
yarn nx format:write --all
3030
git config --global user.name "GitHub Actions"

0 commit comments

Comments
 (0)