Skip to content

Commit 36f6941

Browse files
committed
fix: remove from code_health
1 parent 6adc3d8 commit 36f6941

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/code_health.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,6 @@ jobs:
6262
name: atlas-test-results
6363
path: coverage/lcov.info
6464

65-
dep-check:
66-
name: Check dependencies
67-
if: github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository
68-
runs-on: ubuntu-latest
69-
steps:
70-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
71-
- uses: actions/checkout@v4
72-
- uses: actions/setup-node@v4
73-
with:
74-
node-version-file: package.json
75-
cache: "npm"
76-
- name: Install dependencies & build
77-
run: npm ci
78-
- name: Remove dev dependencies
79-
run: |
80-
rm -rf node_modules
81-
npm pkg set scripts.prepare="exit 0"
82-
npm install --omit=dev
83-
- run: npx -y @modelcontextprotocol/inspector --cli --method tools/list -- node dist/index.js --connectionString "mongodb://localhost"
84-
8565
coverage:
8666
name: Report Coverage
8767
if: always() && github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)