Skip to content

BoostyLabs/golangci-lint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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.45.

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 81.3%
  • Go 10.2%
  • Shell 8.5%