Skip to content

conventional-actions/go-vet

Repository files navigation

go-vet

A GitHub Action for running gokart.

Usage

To use the GitHub Action, add the following to your job:

- uses: conventional-actions/go-vet@v1

Inputs

Name Default Description
package ./... the package to scan
analyzers all the analyzers to use

Outputs

No outputs.

Example

on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: conventional-actions/go-vet@v1

License

The scripts and documentation in this project are released under the MIT License.