Skip to content

Commit a04ff03

Browse files
authored
Create coding-standards.yml
1 parent 9a8879c commit a04ff03

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Coding Standards"
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "*.x"
7+
- "main"
8+
push:
9+
branches:
10+
- "*.x"
11+
- "main"
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

Comments
 (0)