We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cbc93 commit 9c05d6bCopy full SHA for 9c05d6b
2 files changed
.github/workflows/code-quality.yml
@@ -13,6 +13,9 @@ on:
13
- "phpcs.xml"
14
- ".github/workflows/code-quality.yml"
15
16
+permissions:
17
+ contents: read
18
+
19
jobs:
20
phpstan:
21
name: PHPStan
.github/workflows/test.yml
@@ -14,6 +14,9 @@ on:
- ".github/workflows/test.yml"
- ".ci/docker-compose.yml"
test:
22
name: PHPUnit
0 commit comments