diff options
Diffstat (limited to '.github/workflows/shell.yml')
-rw-r--r-- | .github/workflows/shell.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index e0826296..7031950e 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -4,6 +4,9 @@ on: branches: [ main ] pull_request: +permissions: + contents: read + jobs: shellcheck: name: Shellcheck |