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
4
Drone.md
4
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
|
```yaml
|
||||||
---
|
---
|
||||||
@@ -13,7 +13,7 @@ steps:
|
|||||||
- "shellcheck testScript.sh"
|
- "shellcheck testScript.sh"
|
||||||
```
|
```
|
||||||
|
|
||||||
To check all .sh files in the repo:
|
To check all `.sh` files in the repo:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user