Skip to content

Commit c0e0879

Browse files
committed
added permission
1 parent 63033e3 commit c0e0879

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code_quality_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# workflow to validate code formatting using pre-commit hooks
22
name: Code Quality Check
33

4+
permissions:
5+
contents: read
6+
47
on: [pull_request]
58

69
jobs:

0 commit comments

Comments
 (0)