Thanks to visit codestin.com Credit goes to github.com
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 b47ea30 commit f30202aCopy full SHA for f30202a
.github/workflows/lint.yaml
@@ -1,11 +1,5 @@
1
-name: Lint
2
-
3
-on:
4
- push:
5
- branches:
6
- - master
7
- pull_request:
8
+name: PHP Lint CI
+on: [push]
9
jobs:
10
php-cs-fixer:
11
runs-on: ubuntu-latest
.github/workflows/tests.yaml renamed to .github/workflows/unit.yaml
@@ -1,13 +1,7 @@
-name: Test Suite
+name: PHP Unit CI
- run:
+ build:
runs-on: ${{ matrix.operating-system }}
12
strategy:
13
matrix:
@@ -17,8 +11,7 @@ jobs:
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v2
20
21
- - name: Setup PHP
14
+ - name: Uses PHP ${{ matrix.php-versions }}
22
15
uses: shivammathur/setup-php@v2
23
16
with:
24
php-version: ${{ matrix.php-versions }}
0 commit comments