Skip to content

Commit 1bb7473

Browse files
authored
Create main.yml
GithubActionの検証
1 parent d1ca3b7 commit 1bb7473

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- name: OSKAR-phpstan
2+
uses: OskarStark/phpstan-ga@0.11.16
3+
4+
on: [push, pull_request]
5+
name: Test
6+
jobs:
7+
phpstan:
8+
name: PHPStan
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
- name: PHPStan
13+
uses: docker://oskarstark/phpstan-ga
14+
with:
15+
args: analyse lib/

0 commit comments

Comments
 (0)