Skip to content

Merge pull request #129 from jonhadfield/docs/changelog-0.6.6 #527

Merge pull request #129 from jonhadfield/docs/changelog-0.6.6

Merge pull request #129 from jonhadfield/docs/changelog-0.6.6 #527

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- '*'
branches:
- '*'
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 'stable'
cache: false
- uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
args: --timeout=5m -v --config .golangci.yml
skip-cache: false