mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-22 16:45:16 +01:00
Merge pull request #2949 from testssl/shellcheck_ignore_files
Ignore files types for shellcheck
This commit is contained in:
20
.github/workflows/shellcheck.yml
vendored
20
.github/workflows/shellcheck.yml
vendored
@@ -1,6 +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]
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'utils/**'
|
||||||
|
- 'doc/**'
|
||||||
|
- 'bin/**'
|
||||||
|
- '**.md'
|
||||||
|
- '**.1'
|
||||||
|
- '**.html'
|
||||||
|
- '**.pem'
|
||||||
|
- '**.pdf'
|
||||||
|
- '**.yml'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile.alpine'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/unit_tests_macos.yml
vendored
2
.github/workflows/unit_tests_macos.yml
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
# "paths-ignore" should be in line with unit_tests_ubuntu.yml
|
||||||
|
# and shellcheck.yml
|
||||||
---
|
---
|
||||||
name: CI run MacOS
|
name: CI run MacOS
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/unit_tests_ubuntu.yml
vendored
2
.github/workflows/unit_tests_ubuntu.yml
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
# "paths-ignore" should be in line with unit_tests_macos.yml
|
||||||
|
# and shellcheck.yml
|
||||||
---
|
---
|
||||||
name: CI run Ubuntu
|
name: CI run Ubuntu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user