Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Aug 13, 2024
1 parent 35cd64f commit ed7c03b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 424 deletions.
23 changes: 0 additions & 23 deletions .gherkin-lintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/lint-gherkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- run: npm run lint
- uses: actions/setup-node@v4
- run: npx --yes gherkin-lint
1 change: 1 addition & 0 deletions features/database-command-reset.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Feature: Test reset behaviour
1
"""


When I run `wp user create testadmin3 testadmin3@gmail.com --role=administrator`
And I run `wp database reset --author=testadmin3`
And I run `wp user get testadmin3 --field=email`
Expand Down
Loading

0 comments on commit ed7c03b

Please sign in to comment.