Skip to content

Merge pull request #94 from fwdms/dependabot/npm_and_yarn/vite-2.9.16 #50

Merge pull request #94 from fwdms/dependabot/npm_and_yarn/vite-2.9.16

Merge pull request #94 from fwdms/dependabot/npm_and_yarn/vite-2.9.16 #50

Workflow file for this run

# name: Lint
# run-name: ${{ github.actor }} is checking for lint
# on: [ push ]
# jobs:
# lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Setup PHP
# uses: shivammathur/setup-php@v2
# with:
# php-version: '8.1'
# tools: laravel/pint
# - uses: overtrue/phplint@8.1
# with:
# path: .
# options: --exclude=*.log
# - run: pint --test --preset laravel