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 b80729f commit 23d6f1bCopy full SHA for 23d6f1b
action.yml
@@ -2,7 +2,7 @@ name: 'codespell problem matcher'
2
author: 'Peter Newman'
3
description: 'Shows codespell errors as annotation (with file and code line) in GitHub Actions'
4
runs:
5
- using: 'node12'
+ using: 'node16'
6
main: 'index.js'
7
branding:
8
icon: 'search'
0 commit comments