mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created Drone (markdown)
14
Drone.md
Normal file
14
Drone.md
Normal file
@@ -0,0 +1,14 @@
|
||||
For a basic configuration, place the following in your ` .drone.yml`:
|
||||
|
||||
```yaml
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: shellcheck
|
||||
image: koalaman/shellcheck-alpine:stable
|
||||
commands:
|
||||
- "shellcheck testScript.sh"
|
||||
```
|
Reference in New Issue
Block a user