Skip to content

Commit

Permalink
ci(pr-quality): remove lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfortmeyer committed May 28, 2024
1 parent db454b3 commit 963059c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Install dependencies
run: composer update --no-ansi --no-interaction --prefer-dist --no-progress --ignore-platform-req=ext-ast && composer dumpautoload

- name: Scanning for lint errors
run: composer ci:lint

- name: Run test suite
run: composer ci:test

Expand Down

0 comments on commit 963059c

Please sign in to comment.