Skip to content

ci: Update golangci-lint-action version and arguments #78

ci: Update golangci-lint-action version and arguments

ci: Update golangci-lint-action version and arguments #78

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout=10m