Skip to content

Commit

Permalink
👷 Replace phpcs with Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored and retlehs committed Jan 18, 2024
1 parent 4796fed commit 2e8c1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader --no-suggest

- name: Execute the PHP lint script
run: composer run-script lint
- name: Run Pint
run: vendor/bin/pint --test

0 comments on commit 2e8c1a2

Please sign in to comment.