This commit is contained in:
parent
ba0afdeff3
commit
be86f4dbb1
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: shellcheck
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: shellcheck
|
||||||
|
commands:
|
||||||
|
- nix develop -c find -name '*.sh' -exec shellcheck '{}' +
|
||||||
|
...
|
Loading…
Reference in a new issue