Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
.github/workflows/ci.yaml: fix codespell skip option
Browse files Browse the repository at this point in the history
Using spaces in it make it only check listed files I think.

Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Oct 31, 2020
1 parent e2828e9 commit 409ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Codespell test
uses: codespell-project/actions-codespell@master
with:
skip: vendor, ./lokoctl, *.png, assets/charts/components/*, docs/images/*,
skip: ./vendor,./lokoctl,*.png,./assets/charts/components/*,./docs/images/*,./assets/charts/components/cert-manager,./assets/charts/components/rook,./assets/charts/components/prometheus-operator,./assets/charts/components/velero,./assets/charts/components/cluster-autoscaler,./assets/charts/components/contour/crds,./assets/charts/components/openebs-operator/README.md,./assets/charts/control-plane/calico/crds,./docs/images/lokomotive-example.gif
ignore_words_file: './.codespell.ignorewords'
check_filenames: true
check_hidden: true

0 comments on commit 409ec2c

Please sign in to comment.