Skip to content

Commit c0cdf09

Browse files
committed
ファイルをわけるってこと?全然わからない。俺たちは雰囲気でActionsをさわっている
1 parent 36929bb commit c0cdf09

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
- name: OSKAR-phpstan
22
uses: OskarStark/phpstan-ga@0.11.16
33

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/

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)