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
|
||||
trigger:
|
||||
@@ -33,4 +33,4 @@ jobs:
|
||||
steps:
|
||||
- script: shellcheck $(find $(pwd) -name "*.sh")
|
||||
displayName: 'Running ShellCheck'
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user