Skip to content

Merge pull request #108 from arran4/issue89 #213

Merge pull request #108 from arran4/issue89

Merge pull request #108 from arran4/issue89 #213

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read # allow read access to the content for analysis.
checks: write # allow write access to checks to allow the action to annotate code in the PR.
steps:
- name: Checkout
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest