Skip to content

Commit 37b8f53

Browse files
author
恋夢
authored
Update php.yml
1 parent ab47a7a commit 37b8f53

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/php.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: PHPUnit Test by MayMeow
15-
uses: MayMeowHQ/[email protected]
14+
- name: Composer run action PHPUnit
15+
uses: MayMeowHQ/composer-run-action@v1
16+
with:
17+
composer_script: 'test'
18+
1619

1720
qa:
1821
runs-on: ubuntu-latest
1922
steps:
2023
- uses: actions/checkout@v2
21-
- name: PHPCS by MayMeow
22-
uses: MayMeowHQ/PHPCS-Action@v2
24+
- name: Composer run action PHPC_CS
25+
uses: MayMeowHQ/composer-run-action@v1
26+
with:
27+
composer_script: 'codesniffer'
2328

2429

0 commit comments

Comments
 (0)