nidus-sync/.forgejo/workflows/golint.yaml
Eli Ribble f5b627d80e
Some checks failed
/ golint (push) Failing after 3m52s
Don't hang forever on nix develop in action workflow
2026-05-16 17:38:56 +00:00

9 lines
221 B
YAML

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