This commit is contained in:
parent
ba0afdeff3
commit
be86f4dbb1
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue