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 c52ca3c commit fdf95caCopy full SHA for fdf95ca
.github/workflows/check.yaml
@@ -38,15 +38,15 @@ jobs:
38
mv normalizer.cmake /usr/local/bin/normalizer.cmake
39
40
- name: Run Codespell
41
- continue-on-error: true
+ if: ${{ always() }}
42
run: codespell
43
44
- name: Run normalizator.phar
45
46
run: normalizator check --not php-src --not .git .
47
48
- name: Run normalizer.cmake
49
50
run: |
51
normalizer.cmake -- \
52
--set normalize_indent_style=false \
0 commit comments