Skip to content

chore(deps): update golangci/golangci-lint-action action to v4 - autoclosed #91

chore(deps): update golangci/golangci-lint-action action to v4 - autoclosed

chore(deps): update golangci/golangci-lint-action action to v4 - autoclosed #91

Workflow file for this run

---
name: golangci-lint
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest