Skip to content

Commit

Permalink
Check source code for syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 6, 2024
1 parent 2022f59 commit fd806d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: parallel-lint

- name: Check source code for syntax errors
run: composer exec --no-interaction -- parallel-lint bin/ src/ tests/

- name: Install dependencies
run: composer install --prefer-dist --no-progress
Expand Down

0 comments on commit fd806d1

Please sign in to comment.