Skip to content

Merge pull request #76 from spinkube/full-fetch-depth #24

Merge pull request #76 from spinkube/full-fetch-depth

Merge pull request #76 from spinkube/full-fetch-depth #24

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
args: --timeout 3m