Skip to content

Commit

Permalink
Lint gherkin locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Oct 27, 2024
1 parent 168afe3 commit 87990d6
Show file tree
Hide file tree
Showing 6 changed files with 518 additions and 1 deletion.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tests
.distignore
.editorconfig
.eslintrc.js
.gherkin-lintignore
.gherkin-lintrc
.gitattributes
.gitignore
Expand Down
2 changes: 2 additions & 0 deletions .gherkin-lintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/**
vendor/**
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

/.editorconfig export-ignore
/.eslintrc.js export-ignore
/.gherkin-lintignore export-ignore
/.gherkin-lintrc export-ignore
/.nvmrc export-ignore
/.wp-env.json export-ignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gherkin-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: actions/setup-node@v4

- name: Run lint
run: npx --yes gherkin-lint
run: npm run gherkin-lint
Loading

0 comments on commit 87990d6

Please sign in to comment.