Skip to content

repo: large scale refactor: #14

repo: large scale refactor:

repo: large scale refactor: #14

Workflow file for this run

name: Go Lint
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: falti/[email protected]
id: dotenv
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: ${{ steps.dotenv.outputs.GOLANGCI_LINT_VERSION }}
args: --timeout 5m