Skip to content

Commit

Permalink
fix CI config to allow multi-module workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Umanga Chapagain <[email protected]>
  • Loading branch information
umangachapagain committed Dec 15, 2023
1 parent a928e30 commit 50325dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ocs-operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ jobs:

- uses: codespell-project/actions-codespell@master
with:
exclude_file: go.sum
check_filenames: true
check_hidden: true
skip: vendor
skip: vendor,go.sum,api/go.sum,go.work.sum
ignore_words_list: xdescribe,contails,shouldnot

commitlint:
Expand All @@ -122,4 +121,3 @@ jobs:
Naming Conventions -> https://commitlint.js.org/#/concepts-commit-conventions
Rules -> https://commitlint.js.org/#/reference-rules
How to Write a Good Git Commit Message -> https://chris.beams.io/posts/git-commit

0 comments on commit 50325dc

Please sign in to comment.