Skip to content

Commit fbd7e9b

Browse files
committed
Actually, that's imprecise
1 parent e8f2dfc commit fbd7e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Annotate codespell errors
65-
if: ${{ !cancelled() && steps.push-fixes.outcome == 'failure' }}
65+
if: ${{ !cancelled() && steps.pre-commit.outcome == 'failure' }}
6666
run: |
6767
pre-commit run --all-files codespell 2>&1 |
6868
sed -n 's/^\([^:]*\):\([0-9]*\): \(.*\)$/::error file=\1,line=\2::\3/p'

0 commit comments

Comments
 (0)