mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix caps
@@ -16,9 +16,9 @@ $ shellcheck $(find $(pwd)/myscripts/ -name "*.sh")
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Example Pipeline
|
## Example pipeline
|
||||||
|
|
||||||
Copy the following yaml to run ShellCheck in Azure Pipelines against all *.sh files in the current directory:
|
Copy the following YAML to run ShellCheck in Azure Pipelines against all `*.sh` files in the current directory:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
trigger:
|
trigger:
|
||||||
|
Reference in New Issue
Block a user