From 912927fdd09dbc982229904ced1f64e36578ff9f Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 23 Feb 2026 01:22:03 +0000 Subject: [PATCH] ci: use reusable PHP test workflow from core/php Co-Authored-By: Charon --- .forgejo/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .forgejo/workflows/ci.yml diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..9ab12b7 --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,13 @@ +name: CI + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + tests: + uses: core/php/.forgejo/workflows/php-test.yml@main + with: + coverage: true