groupme-lib/.github/workflows/golangci-lint.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into model.Workflow
Densest Void 3e663f8615
Update golangci-lint.yml
Trying a different marketplace action
2020-12-14 21:20:36 -05:00

16 lines
718 B
YAML

- name: Run golangci-lint
# You may pin to the exact commit or the version.
# uses: golangci/golangci-lint-action@04eca2038305127fb1e6683425b6864cd5612f2d
uses: golangci/golangci-lint-action@v1.2.1
with:
# version of golangci-lint to use in form of v1.2.3
version:
# golangci-lint command line arguments
args: # optional, default is
# golangci-lint working directory, default is project root
working-directory: # optional
# the token is used for fetching patch of a pull request to show only new issues
github-token: # default is ${{ github.token }}
# if set to true and the action runs on a pull request - the action outputs only newly found issues
only-new-issues: