Skip to content

linter: end all files in \n #47

linter: end all files in \n

linter: end all files in \n #47

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: composer install
run: composer install --prefer-dist --no-progress
- name: composer exec phpunit tests
run: composer exec phpunit tests