chore: update CI configuration and improve README instructions

This commit is contained in:
Abhimanyu Saharan
2026-02-25 00:49:35 +05:30
parent 0795f78eff
commit 1d50e48609
4 changed files with 8 additions and 7 deletions

View File

@@ -107,7 +107,6 @@ jobs:
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
run: |
make backend-lint
make backend-typecheck
make backend-coverage
- name: Run frontend checks
@@ -125,7 +124,7 @@ jobs:
make frontend-build
- name: Docs quality gates (lint + relative link check)
- name: Docs quality gates
run: |
make docs-check