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
|
||||
on: [pull_request]
|
||||
paths-ignore:
|
||||
- 'utils/**'
|
||||
- 'doc/**'
|
||||
- 'bin/**'
|
||||
- '**.md'
|
||||
- '**.1'
|
||||
- '**.html'
|
||||
- '**.pem'
|
||||
- '**.pdf'
|
||||
- '**.yml'
|
||||
- 'LICENSE'
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile.alpine'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'utils/**'
|
||||
- 'doc/**'
|
||||
- 'bin/**'
|
||||
- '**.md'
|
||||
- '**.1'
|
||||
- '**.html'
|
||||
- '**.pem'
|
||||
- '**.pdf'
|
||||
- '**.yml'
|
||||
- 'LICENSE'
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile.alpine'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
||||
Reference in New Issue
Block a user