Skip to content

Commit c28e43e

Browse files
committed
Re-enable lint and format steps.
1 parent 1b68b94 commit c28e43e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@ jobs:
3232
- name: "📦 Install dependencies"
3333
run: npm ci
3434

35+
- name: "🔎 Lint code"
36+
run: npm run lint
37+
38+
- name: "📝 Checking code format"
39+
run: npm run format:check
40+
3541
- name: "🚀 Build the project"
3642
run: npm run build

0 commit comments

Comments
 (0)