Skip to content

opzkit/godeadcode-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang deadcode action

Run go's deadcode checker.

Usage

See action.yml

Basic

name: Go deadcode check
on: [ push ]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: check for deadcode
        uses: opzkit/godeadcode-action@v1.0.0
        # optional
        with:
          go-version: '1.19'
          godeadcode-version: 'latest'
          packages: './...'

Inputs

Input Description
package (optional) The package you want to scan, default: "./..."
go-version (optional) The go version to use by the actions/setup-go action to setup go
go-version-file (optional) Path to the go.mod file to use for determining go version
check-latest (optional) Check for latest available go version that satisfies the version spec, default default: "false"
godeadcode-version (optional) The govuln version to use, default: "latest"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published