Skip to content

Commit 8f4714f

Browse files
committed
Copy pre-commit workflow from docker-stacks repo
1 parent cd4d8d5 commit 8f4714f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77
- main
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
run-hooks:
12-
name: Run pre-commit hooks
1315
runs-on: ubuntu-24.04
1416
timeout-minutes: 5
1517

0 commit comments

Comments
 (0)