mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-22 16:45:16 +01:00
Ignore files types for shellcheck
This commit is contained in:
13
.github/workflows/shellcheck.yml
vendored
13
.github/workflows/shellcheck.yml
vendored
@@ -1,6 +1,19 @@
|
|||||||
---
|
---
|
||||||
name: Shellcheck
|
name: Shellcheck
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
paths-ignore:
|
||||||
|
- 'utils/**'
|
||||||
|
- 'doc/**'
|
||||||
|
- 'bin/**'
|
||||||
|
- '**.md'
|
||||||
|
- '**.1'
|
||||||
|
- '**.html'
|
||||||
|
- '**.pem'
|
||||||
|
- '**.pdf'
|
||||||
|
- '**.yml'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile.alpine'
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user