I'm debugging what my environment looks like.
This commit is contained in:
parent
0b62bcad50
commit
df359f59bb
1 changed files with 2 additions and 4 deletions
|
|
@ -5,7 +5,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: nix develop
|
- name: show path
|
||||||
run: nix develop
|
run: echo $PATH
|
||||||
- name: golangci-lint
|
|
||||||
run: golangci-lint run
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue