Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienPillevesse committed Oct 30, 2024
1 parent 13b5595 commit f0b612d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: 📥 Install dependencies
run: composer install --prefer-dist --no-progress

- name: 🧽 Run code sniffer
run: vendor/bin/phpcs -q --report=checkstyle --standard=PSR12 src/ | vendor/bin/cs2pr
- name: 🧽 Run CS
run: composer run-script fix-cs

php_stan:

Expand Down

0 comments on commit f0b612d

Please sign in to comment.