Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

haproxytech/go-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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: go-lint
    uses: docker://ghcr.io/haproxytech/go-linter:TAG

Development phase

action can be simulated locally with

golangci-lint run --enable-all