Skip to content

Commit

Permalink
Add gherkin linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Jul 14, 2024
1 parent 40b224d commit b4ed999
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: lint
on: [pull_request, push]

permissions:
Expand All @@ -19,3 +19,12 @@ jobs:
with:
args: --timeout=5m
version: latest
gherkin-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: restqa/[email protected]
with:
path: "features/"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: goreleaser
name: release
on:
push:
tags:
- '*'
- "*"

permissions:
contents: write
Expand Down

0 comments on commit b4ed999

Please sign in to comment.