Skip to content

Commit

Permalink
Install dependencies in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Jan 7, 2024
1 parent dbec4e5 commit 4f85989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
php-version: ${{ matrix.php-version }}
ini-values: memory_limit=-1
tools: composer:v2, cs2pr

- name: Install Dependencies
run: composer update --${{ matrix.composer-stability }} --prefer-dist --no-interaction --no-progress

- name: Run Codesniffer
run: vendor/bin/phpcs

0 comments on commit 4f85989

Please sign in to comment.