We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab47a7a commit 37b8f53Copy full SHA for 37b8f53
.github/workflows/php.yml
@@ -11,14 +11,19 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: PHPUnit Test by MayMeow
15
- uses: MayMeowHQ/[email protected]
+ - name: Composer run action PHPUnit
+ uses: MayMeowHQ/composer-run-action@v1
16
+ with:
17
+ composer_script: 'test'
18
+
19
20
qa:
21
22
23
- - name: PHPCS by MayMeow
- uses: MayMeowHQ/PHPCS-Action@v2
24
+ - name: Composer run action PHPC_CS
25
26
27
+ composer_script: 'codesniffer'
28
29
0 commit comments