Skip to content

Commit

Permalink
add missing composer install to phpcs job
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Mar 20, 2024
1 parent 0679356 commit b4cd9a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: 8.2
- name: Check PHP coding standard
run: vendor/bin/phpcs
# run PHP unit tests
Expand Down

0 comments on commit b4cd9a9

Please sign in to comment.