Skip to content

Commit c30b398

Browse files
committed
chore: added PHPUnit workflow
1 parent ac6c76b commit c30b398

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: PHPUnit Plugin Tests
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
lint:
7+
name: Run PHPUnit test suites
8+
uses: ColdTrick/.github/.github/workflows/phpunit.yml@master

0 commit comments

Comments
 (0)