Skip to content

Merge pull request #97 from marcreichel/upgrade #45

Merge pull request #97 from marcreichel/upgrade

Merge pull request #97 from marcreichel/upgrade #45

Workflow file for this run

name: Pint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress --dev
- run: composer pint