Skip to content

chore(cli): flags to run each mode individually #579

chore(cli): flags to run each mode individually

chore(cli): flags to run each mode individually #579

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: run
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true
args: --timeout 10m