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.
Composer Normalize
1 parent 7f14fb4 commit 5ba64d9Copy full SHA for 5ba64d9
.github/workflows/composer-normalize.yml
@@ -0,0 +1,23 @@
1
+name: Composer Normalize
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
+ paths:
9
+ - .github/workflows/composer-normalize.yml
10
+ - composer.*
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref_name }}
14
+ cancel-in-progress: true
15
16
+permissions: {}
17
18
+jobs:
19
+ pint:
20
+ uses: typisttech/.github/.github/workflows/composer-normalize.yml@composer-normalize
21
+ permissions:
22
+ contents: read
23
+ secrets: inherit
composer.json
@@ -60,6 +60,7 @@
60
"pest:feature": "pest --group=feature",
61
"pest:unit": "pest --group=unit",
62
"test": [
63
+ "@composer normalize --dry-run",
64
"pint --test",
65
"XDEBUG_MODE=off pest"
66
]
0 commit comments