Don't hang forever on nix develop in action workflow
Some checks failed
/ golint (push) Failing after 3m52s
Some checks failed
/ golint (push) Failing after 3m52s
This commit is contained in:
parent
725945d95c
commit
f5b627d80e
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue