add ci.yml

This commit is contained in:
Tac Tacelosky 2021-11-08 06:40:29 -05:00
parent 5fb3d1c269
commit 69862cc6f6

14
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5 # or alternative dependency management
- uses: php-actions/phpunit@v9
# ... then your own project steps ...