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 2bf1bcc commit 60b2c35Copy full SHA for 60b2c35
.github/workflows/testing.yml
@@ -62,6 +62,10 @@ jobs:
62
if: ${{ matrix.extra-tests == '1' }}
63
run: ./vendor/bin/phpstan analyse
64
65
+ - name: Run Cspell
66
+ if: ${{ matrix.extra-tests == '1' }}
67
+ uses: streetsidesoftware/cspell-action@v6
68
+
69
- name: Checkout Drupal core
70
71
uses: actions/checkout@v3
0 commit comments