Skip to content

chore(deps): update actions/upload-artifact action to v4 (#311) #46

chore(deps): update actions/upload-artifact action to v4 (#311)

chore(deps): update actions/upload-artifact action to v4 (#311) #46

Workflow file for this run

name: linters
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- 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
lfs: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest