[2.x] Replace Laravel Mix with Vite #12922
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🔬 HydeStan | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
analyze: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Static Analysis | |
run: php ./monorepo/HydeStan/run.php | |
- name: Run HydeFront linter | |
run: php packages/hydefront/.github/scripts/post-build.php | |
- name: Install dependencies | |
run: composer install --no-progress --no-interaction --no-scripts --prefer-dist | |
- name: Run DocGen linter | |
run: php monorepo/scripts/docs/DocGen.php --lint |