Skip to content

Commit

Permalink
ci: update dirs in on-pull-request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 7, 2025
1 parent 086e9af commit c23b809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
php-version: '8.1'
tools: phpcs, cs2pr
- name: Lint
run: phpcs -q --standard=PSR12 --report=checkstyle custom | cs2pr
run: phpcs -q --standard=PSR12 --report=checkstyle src | cs2pr
format:
name: Format
runs-on: ubuntu-latest
Expand All @@ -45,4 +45,4 @@ jobs:
- name: Install dependencies
run: composer install
- name: Test
run: ./vendor/bin/phpunit custom/test/
run: ./vendor/bin/phpunit tests/

0 comments on commit c23b809

Please sign in to comment.