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 3294df5 commit 8d0a18bCopy full SHA for 8d0a18b
README.md
@@ -16,14 +16,16 @@ jobs:
16
spellcheck: # run the action
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
20
- - uses: streetsidesoftware/cspell-action@v7
+ - uses: actions/checkout@v5
+ with:
21
+ persist-credentials: false
22
+ - uses: streetsidesoftware/cspell-action@v8
23
```
24
25
## Usage
26
27
```yaml
-- uses: streetsidesoftware/cspell-action@v7
28
+- uses: streetsidesoftware/cspell-action@v8
29
with:
30
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
31
# The default is to check ALL files that were changed in in the pull_request or push.
0 commit comments