Skip to content

Merge pull request #325 from containers/dependabot/github_actions/act… #697

Merge pull request #325 from containers/dependabot/github_actions/act…

Merge pull request #325 from containers/dependabot/github_actions/act… #697

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3