Skip to content

Commit

Permalink
Add ESLint for Github Action (#125)
Browse files Browse the repository at this point in the history
* Fix Backend CI checks

* Update backend cicd workflow

* Install ESlint in github action
  • Loading branch information
evanyan13 authored Nov 12, 2024
1 parent e1ee6df commit ec79505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# Lint Check for Each Service
- name: Lint Each Service
run: |
npm install -g eslint
services=("auth-service" "code-execution-service" "collaboration-service" "gateway-service" "matching-service" "question-service" "user-service" "y-websocket-service")
for service in "${services[@]}"; do
echo "Linting $service"
Expand Down

0 comments on commit ec79505

Please sign in to comment.