Skip to content

Merge pull request #27 from arran4/cli-flexibility-5294150273599874838 #91

Merge pull request #27 from arran4/cli-flexibility-5294150273599874838

Merge pull request #27 from arran4/cli-flexibility-5294150273599874838 #91

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ "main", "master" ]
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest