This commit is contained in:
parent
70f78e4ae5
commit
c92d23792f
1 changed files with 4 additions and 2 deletions
|
|
@ -5,5 +5,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: show path
|
- name: nix develop
|
||||||
run: echo $PATH
|
run: /run/current-system/sw/bin/nix develop
|
||||||
|
- name: golangci-lint
|
||||||
|
run: golangci-lint run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue