Skip to content

Commit 60b2c35

Browse files
committed
add cspell action step
1 parent 2bf1bcc commit 60b2c35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
if: ${{ matrix.extra-tests == '1' }}
6363
run: ./vendor/bin/phpstan analyse
6464

65+
- name: Run Cspell
66+
if: ${{ matrix.extra-tests == '1' }}
67+
uses: streetsidesoftware/cspell-action@v6
68+
6569
- name: Checkout Drupal core
6670
if: ${{ matrix.extra-tests == '1' }}
6771
uses: actions/checkout@v3

0 commit comments

Comments
 (0)