Skip to content

Commit ba12df4

Browse files
authored
Add typos workflow (#1)
* Add typos workflow
1 parent 5b08544 commit ba12df4

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

.config/typos.toml

Whitespace-only changes.

.github/workflows/typos.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

updatecli/policies/crd-pulumi-sdk/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pr:
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
2929
upstream:
3030
# Accepted values: githubrelease

0 commit comments

Comments
 (0)