File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626
2727See also [ benchmarks] ( ../benchsuite/runs ) .
2828
29- [ JSON Lines ] : http ://jsonlines.org/
29+ [ JSON Lines ] : https ://jsonlines.org/
3030[ scspell3k ] : https://github.com/myint/scspell
3131[ misspell-go ] : https://github.com/client9/misspell
3232[ codespell ] : https://github.com/codespell-project/codespell
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Actions Repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Spell Check Repo
2525 uses : crate-ci/typos@v1.39.2
2626` ` `
5959 runs-on: ubuntu-latest
6060 steps:
6161 - name: Checkout Actions Repository
62- uses: actions/checkout@v4
62+ uses: actions/checkout@v5
6363
6464 - name: Check spelling of file.txt
6565 uses: crate-ci/typos@v1.39.2
You can’t perform that action at this time.
0 commit comments