Skip to content

Commit 721f6a4

Browse files
committed
Check spelling
1 parent cf738da commit 721f6a4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
analyse:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: '8.4'
@@ -27,6 +27,12 @@ jobs:
2727
- run: composer apply-typed_class_constant
2828
- run: composer analyse
2929

30+
spelling:
31+
runs-on: ubuntu-latest
32+
steps:
33+
- uses: actions/checkout@v5
34+
- uses: crate-ci/[email protected]
35+
3036
test:
3137
name: PHP ${{ matrix.php-version }} ${{ matrix.description }}
3238
strategy:
@@ -86,7 +92,7 @@ jobs:
8692
env:
8793
PHP_CS_FIXER_FUTURE_MODE: 1
8894
steps:
89-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v5
9096

9197
- uses: shivammathur/setup-php@v2
9298
with:

0 commit comments

Comments
 (0)