Skip to content

chore(build): update vite to latest version #342

chore(build): update vite to latest version

chore(build): update vite to latest version #342

Workflow file for this run

name: Lint
on: push
jobs:
mago:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: "actions/checkout@v4"
- name: "installing PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.3"
- name: "installing dependencies"
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: "formatting"
run: php vendor/bin/mago fmt --dry-run
- name: "linting"
run: php vendor/bin/mago lint --reporting-format=github