mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-26 12:07:34 +00:00
nix: install golangci-lint in devel shell
This way we don't need to depend on `make deps`. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
801ec92c11
commit
234c2b0400
@ -21,12 +21,6 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Deps') {
|
||||
steps { script {
|
||||
nix.develop('make deps', pure: false)
|
||||
} }
|
||||
}
|
||||
|
||||
stage('Lint') {
|
||||
steps { script {
|
||||
nix.develop('make lint', pure: false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user