Skip to content

Commit f00a6ab

Browse files
committed
try prettier checks
1 parent bbdb98b commit f00a6ab

File tree

9 files changed

+4281
-393
lines changed

9 files changed

+4281
-393
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: npm ci
34+
- name: Check Formatting (Prettier)
35+
run: npm run format:check
36+
37+
- name: Lint Code (ESLint)
38+
run: npm run lint
3439

3540
- name: Inject correct baseUrl into docusaurus.config.js
3641
id: inject

0 commit comments

Comments
 (0)