Skip to content

Commit 8154ec4

Browse files
authored
Fix GitHub actions and check action issues (#39)
1 parent c52ca3c commit 8154ec4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.codespellrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ builtin = clear,code,en-GB_to_en-US,informal,names,rare,usage
66
check-filenames =
77
check-hidden =
88
ignore-words-list =
9+
deafults,
910
empress,
1011
master,
1112
musl,

.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 \

cmake/Zend/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ endif()
5555

5656
include(CheckIncludeFiles)
5757
include(CheckSymbolExists)
58-
include(CMakeDependentOption)
5958
include(CMakePushCheckState)
60-
include(FeatureSummary)
6159
include(PHP/AddCustomCommand)
6260

6361
################################################################################

0 commit comments

Comments
 (0)