-
-
Notifications
You must be signed in to change notification settings - Fork 788
31 lines (27 loc) · 677 Bytes
/
static.yml
File metadata and controls
31 lines (27 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: static analysis
permissions:
contents: read
on:
pull_request: &ignore-paths
paths-ignore:
- ".bowerrc"
- ".editorconfig"
- ".git-blame-ignore-revs"
- ".gitattributes"
- ".github/CONTRIBUTING.md"
- ".github/FUNDING.yml"
- ".github/ISSUE_TEMPLATE.md"
- ".github/PULL_REQUEST_TEMPLATE.md"
- ".github/SECURITY.md"
- ".gitignore"
- "docker-compose.yml"
- "LICENSE.md"
- "README.md"
- "requirements.php"
- "Vagrantfile"
push: *ignore-paths
jobs:
phpstan:
uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@master
with:
hook: vendor/bin/codecept build