Don't hang forever on nix develop in action workflow
Some checks failed
/ golint (push) Failing after 3m52s

This commit is contained in:
Eli Ribble 2026-05-16 17:38:56 +00:00
parent 725945d95c
commit f5b627d80e
No known key found for this signature in database

View file

@ -5,7 +5,5 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v4
- name: nix develop
run: /run/current-system/sw/bin/nix develop
- name: golangci-lint
run: golangci-lint run
run: /run/current-system/sw/bin/nix develop -c golangci-lint run