Skip to content

Merge pull request #13 from linode-obs/chore/tidy #41

Merge pull request #13 from linode-obs/chore/tidy

Merge pull request #13 from linode-obs/chore/tidy #41

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3