Skip to content

Added new CLI flag to support template updates #7

Added new CLI flag to support template updates

Added new CLI flag to support template updates #7

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: go
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
name: golangci-lint
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"