We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63033e3 commit c0e0879Copy full SHA for c0e0879
.github/workflows/code_quality_checks.yml
@@ -1,6 +1,9 @@
1
# workflow to validate code formatting using pre-commit hooks
2
name: Code Quality Check
3
4
+permissions:
5
+ contents: read
6
+
7
on: [pull_request]
8
9
jobs:
0 commit comments