File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions: {}
2020
2121jobs :
2222 linters :
23- name : ' linters'
23+ name : ' spellcheck, linters'
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -29,11 +29,17 @@ jobs:
2929
3030 - name : ' install prereqs'
3131 run : |
32- /home/linuxbrew/.linuxbrew/bin/brew install zizmor
32+ /home/linuxbrew/.linuxbrew/bin/brew install zizmor typos-cli
3333
3434 - name : ' zizmor GHA'
3535 env :
3636 GH_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
3737 run : |
3838 eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
3939 zizmor --pedantic .github/workflows/*.yml
40+
41+ - name : ' typos'
42+ run : |
43+ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
44+ typos --version
45+ typos
You can’t perform that action at this time.
0 commit comments