Add GitHub Actions continuous integration workflow

This commit is contained in:
Zach Borboa
2021-03-14 16:09:44 -04:00
parent ab74d5b205
commit 82e75d99ce
+17
View File
@@ -0,0 +1,17 @@
name: ci
on:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0']
steps:
- run: |
bash tests/before_script.sh
bash tests/script.sh