A GitHub Action for running gokart.
To use the GitHub Action, add the following to your job:
- uses: conventional-actions/go-vet@v1
Name | Default | Description |
---|---|---|
package |
./... |
the package to scan |
analyzers |
all |
the analyzers to use |
No outputs.
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: conventional-actions/go-vet@v1
The scripts and documentation in this project are released under the MIT License.