File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 44name : main
55
66on :
7- push :
8- branches :
9- - " **"
7+ pull_request :
8+ merge_group :
109
1110jobs :
11+ typos-check :
12+ name : Typos Check
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v4
16+ - uses : crate-ci/typos@v1.19.0
17+
1218 formatting-check :
1319 name : Formatting Check
1420 runs-on : ubuntu-latest
2026 test-windows :
2127 runs-on : windows-latest
2228 steps :
23- - uses : actions/cache@v3
29+ - uses : actions/cache@v4
2430 with :
2531 path : |
2632 /Users/runneradmin/AppData/Local/bazelisk
3541 test-linux :
3642 runs-on : ubuntu-latest
3743 steps :
38- - uses : actions/cache@v3
44+ - uses : actions/cache@v4
3945 with :
4046 path : |
4147 ~/.cache/bazelisk
Original file line number Diff line number Diff line change 1+ [files ]
2+ extend-exclude = [" CHANGELOG.md" ]
3+
4+ [default ]
5+ extend-ignore-re = [" (?Rm)^.*(#|//)\\ s*typos:disable-line$" ]
You can’t perform that action at this time.
0 commit comments