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 9a8879c commit a04ff03Copy full SHA for a04ff03
.github/workflows/coding-standards.yml
@@ -0,0 +1,20 @@
1
+name: "Coding Standards"
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - "*.x"
7
+ - "main"
8
+ push:
9
10
11
12
13
+jobs:
14
+ coding-standards:
15
+ name: "Coding Standards"
16
+ uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.3.0"
17
+ with:
18
+ php-version: '8.0'
19
+ composer-options: '--prefer-dist --ignore-platform-req=php'
20
0 commit comments