Try running nix develop with an absolute path
Some checks failed
/ golint (push) Has been cancelled

This commit is contained in:
Eli Ribble 2026-05-15 17:08:58 +00:00
parent 70f78e4ae5
commit c92d23792f
No known key found for this signature in database

View file

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