This commit is contained in:
parent
70f78e4ae5
commit
c92d23792f
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue