File tree Expand file tree Collapse file tree
updatecli/policies/crd-pulumi-sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Spell check with typos
2+ on :
3+ push :
4+ branches : ["main"]
5+ pull_request :
6+ branches : ["**"]
7+ permissions : {}
8+ jobs :
9+ typos :
10+ runs-on : ubuntu-latest
11+ permissions :
12+ contents : read
13+ steps :
14+ - name : Checkout repository
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+ with :
17+ persist-credentials : false
18+ - name : Run typos
19+ uses : crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef # v1.46.1
20+ with :
21+ config : .config/typos.toml
Original file line number Diff line number Diff line change 2424 - dependencies
2525# title: ""
2626
27- # # upstream contains the upstream projec 's repository information
27+ # # upstream contains the upstream project 's repository information
2828# # It is used to fetch the released version of the project
2929upstream :
3030 # Accepted values: githubrelease
You can’t perform that action at this time.
0 commit comments