Skip to content

Merge pull request #86 from marcreichel/chore/illuminate-support #4

Merge pull request #86 from marcreichel/chore/illuminate-support

Merge pull request #86 from marcreichel/chore/illuminate-support #4

Workflow file for this run

name: Pint
on:
push:
branches: [ main ]
paths-ignore:
- 'LICENSE'
- 'README.md'
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress --dev
- name: Run pint
run: composer pint