Skip to content

Add first cucumber test #4

Add first cucumber test

Add first cucumber test #4

Workflow file for this run

name: golangci-lint
on: [pull_request, push]
permissions:
contents: read
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m
version: latest