Skip to content

add check typescript generated github action #8

add check typescript generated github action

add check typescript generated github action #8

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"