Skip to content

Feature/markers

Feature/markers #12

Workflow file for this run

---
name: lint
on:
push:
branches: [ main ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ main ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: golangci
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v6