Skip to content

Commit 6d47d7f

Browse files
Lewiscowles1986schlessera
authored andcommitted
GitHub action
1 parent 36ac0ee commit 6d47d7f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint-gherkin.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Gherkin Linting
2+
3+
on: pull_request
4+
5+
jobs:
6+
7+
gherkin-lint:
8+
name: Lint Gherkin Feature files
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v1
12+
- uses: bahmutov/npm-install@v1
13+
- run: npm run lint

0 commit comments

Comments
 (0)