Skip to content

Move tests to e2e folder #198

Move tests to e2e folder

Move tests to e2e folder #198

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version: stable
cache: true
- uses: golangci/golangci-lint-action@v8
with:
args: --timeout=5m
version: latest
gherkin-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: restqa/[email protected]
with:
path: "e2e/features/"
config_file: "e2e/features/.gherkin-lintrc"