From e3718d2d722051acdeeaf636e5abda33fcac9aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 14 Jun 2023 08:51:03 +0200 Subject: [PATCH] chore: added PHPUnit workflow --- .github/workflows/phpunit.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/phpunit.yml diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml new file mode 100644 index 0000000..67fe092 --- /dev/null +++ b/.github/workflows/phpunit.yml @@ -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