Skip to content

chore: applies lint rules #68

chore: applies lint rules

chore: applies lint rules #68

Workflow file for this run

name: Check & fix styling
on: [ push ]
jobs:
styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Laravel Pint
uses: aglipanci/[email protected]
with:
testMode: true