Skip to content

Commit

Permalink
remove backend linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-m committed Nov 24, 2023
1 parent 8249ef3 commit 3bc8956
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ jobs:
name: "Lint /app"
command: cd app && npm run lint-ci

lint-server:
executor: ci-node
steps:
- checkout
- restore-server
- run:
name: "Lint /backend"
command: cd backend && ls -a && npm run lint-ci

test-app:
executor: ci-node
steps:
Expand All @@ -100,7 +91,5 @@ workflows:
- dependencies
- lint-app:
requires: [dependencies]
- lint-server:
requires: [dependencies]
- test-app:
requires: [dependencies]

0 comments on commit 3bc8956

Please sign in to comment.