Skip to content

Commit 20181ce

Browse files
committed
ci: use dprint check
1 parent 5fb9550 commit 20181ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/coding-conventions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Install dependencies
3535
run: bun install --frozen-lockfile
3636

37-
- name: Run ESLint
38-
run: bun run lint
37+
- name: Format
38+
run: bun run fmt:check
3939

4040
phpstan:
4141
name: "Run static analysis: PHPStan"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"qa": "bun fmt && bun run test run && bun run build",
88
"fmt": "dprint fmt ./packages/vite-plugin-tempest/**/*.{ts,vue,json}",
9+
"fmt:check": "dprint check ./packages/vite-plugin-tempest/**/*.{ts,vue,json}",
910
"build": "bun --filter '*' build",
1011
"dev": "bun --filter '*' build:stub",
1112
"test": "vitest"

0 commit comments

Comments
 (0)