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 1805b07 commit e1b69eaCopy full SHA for e1b69ea
.github/workflows/linting.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
paths:
6
- '**.php'
7
+ pull_request:
8
+ paths:
9
+ - '**.php'
10
11
jobs:
12
php-code-styling:
0 commit comments