Skip to content

Commit fdf95ca

Browse files
committed
Fix GitHub actions
1 parent c52ca3c commit fdf95ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
mv normalizer.cmake /usr/local/bin/normalizer.cmake
3939
4040
- name: Run Codespell
41-
continue-on-error: true
41+
if: ${{ always() }}
4242
run: codespell
4343

4444
- name: Run normalizator.phar
45-
continue-on-error: true
45+
if: ${{ always() }}
4646
run: normalizator check --not php-src --not .git .
4747

4848
- name: Run normalizer.cmake
49-
continue-on-error: true
49+
if: ${{ always() }}
5050
run: |
5151
normalizer.cmake -- \
5252
--set normalize_indent_style=false \

0 commit comments

Comments
 (0)