mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Add permissions key to workflows and example (#74)
This commit is contained in:
parent
be27f35867
commit
1e1da5dfe2
2
.github/workflows/additional_files.yml
vendored
2
.github/workflows/additional_files.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
additional_files:
|
||||
name: additional_files
|
||||
|
2
.github/workflows/check_together.yml
vendored
2
.github/workflows/check_together.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
check_together:
|
||||
name: check_together
|
||||
|
2
.github/workflows/ignore_names.yml
vendored
2
.github/workflows/ignore_names.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
ignore_names:
|
||||
name: ignore_names
|
||||
|
2
.github/workflows/ignore_paths.yml
vendored
2
.github/workflows/ignore_paths.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
ignore_paths:
|
||||
name: ignore_paths
|
||||
|
2
.github/workflows/scandir.yml
vendored
2
.github/workflows/scandir.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
scandir:
|
||||
name: scandir
|
||||
|
Loading…
x
Reference in New Issue
Block a user