Move linting out of precommit hooks
Some checks failed
/ golint (push) Failing after 3s

It's way too slow, and we have a forge to do it now.
This commit is contained in:
Eli Ribble 2026-05-15 17:05:54 +00:00
parent f1fe8b4d2b
commit 0b62bcad50
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,11 @@
on: [push]
jobs:
golint:
runs-on: nixos
runs-on: native
steps:
- name: checkout code
uses: actions/checkout@v4
- name: nix develop
run: nix develop
- name: golangci-lint
run: golangci-lint run