Add GitHub workflows

This commit is contained in:
Daniel Siepmann 2020-02-25 20:11:06 +01:00
parent 50dcb619ea
commit d7c07aee79
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

16
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Test CGL
run: ./vendor/bin/phpcs