mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-22 08:35:17 +01:00
Fix indentation + comment wrt paths_ignore
This commit is contained in:
33
.github/workflows/shellcheck.yml
vendored
33
.github/workflows/shellcheck.yml
vendored
@@ -1,19 +1,24 @@
|
|||||||
|
# Runs shellcheck on code -- in error mode only.
|
||||||
|
# "paths-ignore" should be in line with unit_test.*yml files
|
||||||
---
|
---
|
||||||
name: Shellcheck
|
name: Shellcheck
|
||||||
on: [pull_request]
|
|
||||||
paths-ignore:
|
on:
|
||||||
- 'utils/**'
|
pull_request:
|
||||||
- 'doc/**'
|
paths-ignore:
|
||||||
- 'bin/**'
|
- 'utils/**'
|
||||||
- '**.md'
|
- 'doc/**'
|
||||||
- '**.1'
|
- 'bin/**'
|
||||||
- '**.html'
|
- '**.md'
|
||||||
- '**.pem'
|
- '**.1'
|
||||||
- '**.pdf'
|
- '**.html'
|
||||||
- '**.yml'
|
- '**.pem'
|
||||||
- 'LICENSE'
|
- '**.pdf'
|
||||||
- 'Dockerfile'
|
- '**.yml'
|
||||||
- 'Dockerfile.alpine'
|
- 'LICENSE'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile.alpine'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user