Skip to content

Add gherkin lint config #4

Add gherkin lint config

Add gherkin lint config #4

Workflow file for this run

name: test
on: [pull_request, push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- run: go test