Skip to content

Commit ed7c03b

Browse files
committed
Update lint
1 parent 35cd64f commit ed7c03b

File tree

5 files changed

+3
-424
lines changed

5 files changed

+3
-424
lines changed

.gherkin-lintrc

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/lint-gherkin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: bahmutov/npm-install@v1
19-
- run: npm run lint
18+
- uses: actions/setup-node@v4
19+
- run: npx --yes gherkin-lint

features/database-command-reset.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Feature: Test reset behaviour
1111
1
1212
"""
1313

14+
1415
When I run `wp user create testadmin3 testadmin3@gmail.com --role=administrator`
1516
And I run `wp database reset --author=testadmin3`
1617
And I run `wp user get testadmin3 --field=email`

0 commit comments

Comments
 (0)