Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .config/typos.toml
Empty file.
21 changes: 21 additions & 0 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Spell check with typos
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
jobs:
typos:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run typos
uses: crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef # v1.46.1
with:
config: .config/typos.toml
2 changes: 1 addition & 1 deletion updatecli/policies/crd-pulumi-sdk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pr:
- dependencies
# title: ""

## upstream contains the upstream projec's repository information
## upstream contains the upstream project's repository information
## It is used to fetch the released version of the project
upstream:
# Accepted values: githubrelease
Expand Down