Skip to content

Commit 33a0972

Browse files
committed
Remove client linting
1 parent a3a005a commit 33a0972

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ jobs:
139139
run: npm install --include=dev
140140
working-directory: client
141141

142-
- name: Run linter
143-
run: npm run lint
144-
working-directory: client
145-
146142
- name: Run tests
147143
run: npm run test -- --run
148144
working-directory: client

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The project includes a GitHub Actions workflow `ci-cd.yml` for:
443443

444444
**Jobs:**
445445
- `detect-changes`: Identifies which services need building/testing
446-
- `build-genai`: Python linting and dependency installation
446+
- `build-genai`: Python linting, dependency installation, and genai tests
447447
- `build-server`: Java microservices build and test (API Gateway, Chat, User)
448448
- `build-client`: Node.js build and test
449449
- `docker-release-*`: Builds and pushes Docker images to GitHub Container Registry

0 commit comments

Comments
 (0)