Skip to content

Bump actions/checkout from 3 to 4 (#9) #27

Bump actions/checkout from 3 to 4 (#9)

Bump actions/checkout from 3 to 4 (#9) #27

Workflow file for this run

name: golangci-lint
on:
push:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
pull_request:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.17
- name: lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true
args: --timeout=5m