Compare commits

..

2 commits

Author SHA1 Message Date
Claude
912927fdd0
ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m16s
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:03 +00:00
63abc5f99a Merge pull request 'security: validate JSON metadata fields to prevent mass assignment' (#22) from security/validate-json-metadata into main
Some checks failed
CI / PHP 8.3 (push) Failing after 1s
CI / Assets (push) Failing after 1s
CI / PHP 8.2 (push) Failing after 1s
CI / PHP 8.4 (push) Failing after 1s
2026-02-21 01:26:03 +00:00

13
.forgejo/workflows/ci.yml Normal file
View file

@ -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