Skip to content

Commit

Permalink
Dedicated steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jul 11, 2024
1 parent 8a48be2 commit 03f6b27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,20 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: composer:v2

- name: Install tooling
- name: Install JS tooling
run: npm install

- name: Install PHP tooling
run: composer install

- name: Lint
run: npm run lint

Expand Down

0 comments on commit 03f6b27

Please sign in to comment.