Skip to content

Commit bfd87d1

Browse files
committed
ci: use mago fmt --check instead of --dry-run
1 parent 4b6b519 commit bfd87d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coding-conventions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
2626
- name: Run Mago
2727
run: |
28-
./vendor/bin/mago fmt --dry-run
29-
./vendor/bin/mago lint --reporting-format=github
28+
composer fmt -- --check
29+
composer lint -- --reporting-format=github
3030
3131
- name: Setup Bun
3232
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)