Skip to content

Commit f682f9d

Browse files
committed
test
1 parent a3cf0b3 commit f682f9d

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: ${{ failure() }}
2828
run: |
2929
yarn nx format:write --all
3030
git config --global user.name "GitHub Actions"

0 commit comments

Comments
 (0)