Skip to content

Merge pull request #6 from kaihendry/dependabot/github_actions/golang… #14

Merge pull request #6 from kaihendry/dependabot/github_actions/golang…

Merge pull request #6 from kaihendry/dependabot/github_actions/golang… #14

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
check-latest: true
go-version: 'stable'
- uses: golangci/golangci-lint-action@v6