Skip to content

Commit 23a4abe

Browse files
authored
Add checkout action and problem matcher to README (#32)
1 parent 906f13f commit 23a4abe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Any warnings or errors will be annotated in the Pull Request.
66
## Usage
77

88
```yml
9-
uses: codespell-project/actions-codespell@v2
9+
- uses: actions/checkout@v5
10+
- uses: codespell-project/actions-codespell@v2
1011
```
1112
1213
### Parameter: check_filenames

0 commit comments

Comments
 (0)