Skip to content

chore(docs): PR 1.6 add documentation and linting configuration for v3 #662

chore(docs): PR 1.6 add documentation and linting configuration for v3

chore(docs): PR 1.6 add documentation and linting configuration for v3 #662

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- 'master'
pull_request:
types: [opened, synchronize]
branches:
- '*'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # [email protected]
with:
version: v2.6.2
args: -v --timeout=5m