mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix errant whitespace and stylise .sh
as literal text
6
Drone.md
6
Drone.md
@@ -1,4 +1,4 @@
|
||||
For a basic configuration, place the following in your ` .drone.yml`:
|
||||
For a basic configuration, place the following in your `.drone.yml`:
|
||||
|
||||
```yaml
|
||||
---
|
||||
@@ -13,7 +13,7 @@ steps:
|
||||
- "shellcheck testScript.sh"
|
||||
```
|
||||
|
||||
To check all .sh files in the repo:
|
||||
To check all `.sh` files in the repo:
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
@@ -21,4 +21,4 @@ steps:
|
||||
image: koalaman/shellcheck-alpine:stable
|
||||
commands:
|
||||
- "find . -name *.sh -exec shellcheck {} +"
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user