Skip to content

oktalz/go-linter-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go linter for projects

This action uses golangci-lint to check if code conforms with the rules that are specified in .golangci.yml file hosted in repository

Inputs

None.

Usage

steps:
  - name: Check out code
    uses: actions/checkout@v2
  - name: check-commit
    uses: docker://ghcr.io/haproxytech/go-linter:TAG

Development phase

action can be simulated locally with

golangci-lint run --enable-all

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors