Skip to content

Commit

Permalink
chore: added PHPUnit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 14, 2023
1 parent ef58d2f commit e3718d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: PHPUnit Plugin Tests

on: [push, pull_request]

jobs:
lint:
name: Run PHPUnit test suites
uses: ColdTrick/.github/.github/workflows/phpunit.yml@master

0 comments on commit e3718d2

Please sign in to comment.