Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jschram committed Dec 11, 2024
1 parent 35e2eb0 commit 67b35f0
Show file tree
Hide file tree
Showing 2 changed files with 347 additions and 353 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Install required NVM version
run: . ~/.nvm/nvm.sh && nvm install 20

- name: Install pnpm
run: curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.15.8 sh -

- name: Syntax Errors
run: find app database tests config routes -name "*.php" -print0 | xargs -0 -n1 -P8 php -l

Expand Down Expand Up @@ -115,6 +118,9 @@ jobs:
- name: Install required NVM version
run: . ~/.nvm/nvm.sh && nvm install 20

- name: Install pnpm
run: curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.15.8 sh -

- name: Install Composer Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

Expand Down
Loading

0 comments on commit 67b35f0

Please sign in to comment.