nidus-sync/.forgejo/workflows/golint.yaml
Eli Ribble 0b62bcad50
Some checks failed
/ golint (push) Failing after 3s
Move linting out of precommit hooks
It's way too slow, and we have a forge to do it now.
2026-05-15 17:05:54 +00:00

11 lines
230 B
YAML

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