Skip to content

Commit d57775b

Browse files
authored
Add checkout action and problem matcher
1 parent de08948 commit d57775b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

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

88
```
9-
uses: codespell-project/actions-codespell@master
9+
- uses: actions/checkout@v2
10+
- uses: codespell-project/codespell-problem-matcher@v1
11+
- uses: codespell-project/actions-codespell@master
1012
```
1113

1214
### Parameter: check_filenames

0 commit comments

Comments
 (0)