Fix indentation + comment wrt paths_ignore

This commit is contained in:
Dirk Wetter
2025-11-15 13:56:19 +01:00
parent 00476b751a
commit c07d17ea8f

View File

@@ -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