Skip to content

Merge branch 'main' of github.com:Timetracking-Project/timetracking i… #3

Merge branch 'main' of github.com:Timetracking-Project/timetracking i…

Merge branch 'main' of github.com:Timetracking-Project/timetracking i… #3

Workflow file for this run

name: PHP Linting
on: push
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
configPath: "pint.json"