chore: update CI configuration and improve README instructions
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user