Skip to content

Commit 388ac5b

Browse files
authored
Create phpstan.yml
1 parent aa8e58e commit 388ac5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: ExtDN M2 PHPStan
2+
on: [push, pull_request]
3+
4+
jobs:
5+
phpstan:
6+
name: M2 PHPStan
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: extdn/github-actions-m2/magento-phpstan@master
11+
with:
12+
composer_name: foo/magento2-foobar

0 commit comments

Comments
 (0)