Test GH action
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tristan 2023-12-01 12:01:09 +01:00
parent c56b6fc008
commit b1a446edad
Signed by: trizz
SSH Key Fingerprint: SHA256:Xsd2dTN+ZC3OZWfvuKIDMQ/1lWicuINSEPgRQw/CJT8

12
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3