diff --git a/.config/typos.toml b/.config/typos.toml new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml new file mode 100644 index 0000000..68f7b19 --- /dev/null +++ b/.github/workflows/typos.yaml @@ -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 \ No newline at end of file diff --git a/updatecli/policies/crd-pulumi-sdk/values.yaml b/updatecli/policies/crd-pulumi-sdk/values.yaml index 5859c8d..89a8c7b 100644 --- a/updatecli/policies/crd-pulumi-sdk/values.yaml +++ b/updatecli/policies/crd-pulumi-sdk/values.yaml @@ -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