Skip to content

Commit 87267f7

Browse files
committed
fix: Added prettier to CI
1 parent e732d34 commit 87267f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: Lint and format
22
on:
33
pull_request:
44
branches: [main]
@@ -23,3 +23,5 @@ jobs:
2323
run: pnpm install
2424
- name: Run ESLint
2525
run: pnpm dlx eslint .
26+
- name: Run prettier
27+
run: pnpm exec prettier . --check

0 commit comments

Comments
 (0)