Skip to content

Commit 2bc75c3

Browse files
committed
added lint workflow action
1 parent 2a9ce1a commit 2bc75c3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/link.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: "Coding Standards"
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "master"
7+
paths:
8+
- .github/workflows/lint.yml
9+
- composer.*
10+
- lib/**
11+
- phpcs.xml.dist
12+
- tests/**
13+
push:
14+
branches:
15+
- "master"
16+
paths:
17+
- .github/workflows/lint.yml
18+
- composer.*
19+
- lib/**
20+
- phpcs.xml.dist
21+
- tests/**
22+
23+
jobs:
24+
coding-standards:
25+
uses: "doctrine/.github/.github/workflows/[email protected]"

0 commit comments

Comments
 (0)