Add GitHub Actions to automatically run tests

This commit is contained in:
Oliver Davies 2020-05-29 13:52:41 +01:00
parent e5268e9707
commit 009e770ae2
2 changed files with 41 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*
!*/
!/.github/**
!/.gitignore
!/composer.json
!/src/**