Skip to content

GitHub Action for interacting with GolangCI-Lint

License

Notifications You must be signed in to change notification settings

dvyukov/golangci-lint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for golangci-lint

Wraps golangci-lint as a GitHub action

Inputs

golangci_lint_version

Release version tag of golangci-lint to install. Defaults to v1.13.

The default value should be in sync with Docker Hub latest.

args

Command and/or arguments to pass to golangci-lint. Defaults to run.

Example usage

- uses: actions/checkout@v2
- name: Run golangci-lint
  uses: actions-contrib/golangci-lint@v1

License

This project is open source software released under the MIT license.

About

GitHub Action for interacting with GolangCI-Lint

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 72.5%
  • Shell 18.0%
  • Go 9.5%