Skip to content

Commit 00476b7

Browse files
committed
Ignore files types for shellcheck
1 parent 12e4ebd commit 00476b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/shellcheck.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
---
22
name: Shellcheck
33
on: [pull_request]
4+
paths-ignore:
5+
- 'utils/**'
6+
- 'doc/**'
7+
- 'bin/**'
8+
- '**.md'
9+
- '**.1'
10+
- '**.html'
11+
- '**.pem'
12+
- '**.pdf'
13+
- '**.yml'
14+
- 'LICENSE'
15+
- 'Dockerfile'
16+
- 'Dockerfile.alpine'
417
permissions:
518
contents: read
619

0 commit comments

Comments
 (0)