Skip to content

Merge pull request #232 from mattfarina/show-build-cache #87

Merge pull request #232 from mattfarina/show-build-cache

Merge pull request #232 from mattfarina/show-build-cache #87

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56