Skip to content

Add go mod tidy into pre-commit and move nilaway to separate gh job #3

Add go mod tidy into pre-commit and move nilaway to separate gh job

Add go mod tidy into pre-commit and move nilaway to separate gh job #3

Workflow file for this run

name: Nilaway lint
on:
pull_request:
jobs:
nilaway-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/setup-go@v5.0.0
with:
go-version: 1.22.2
- run: make nilaway-lint