Skip to content

Commit 643fa9c

Browse files
committed
clean up
1 parent 614039b commit 643fa9c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: ${{ matrix.php-versions }}
21-
- name: Install
22-
# Install project
23-
run: make install
24-
- name: Run linter
25-
# Run Linter
26-
run: make lint
27-
- name: Run test
28-
run: make test
21+
22+
- run: make install
23+
- run: make lint
24+
- run: make test

0 commit comments

Comments
 (0)