Skip to content

Commit

Permalink
ci: eslint ignore typescript sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrt1n committed Jul 30, 2024
1 parent bcb1bcc commit f301b13
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-md.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
uses: actions/setup-node@v4
- name: Install eslint & eslint-plugin-mdx
run: npm install [email protected] [email protected] --global
- name: Install eslint plugins in typescript sdk
run: |
cd cardinal/sdk/typescript
npm ci
## detect errors from markdownlint-cli and create annotations for them
- uses: xt0rted/markdownlint-problem-matcher@v3
- name: Markdown Lint
Expand All @@ -39,4 +35,5 @@ jobs:
- name: MDX Lint
run: |
npx eslint . --ext js,mdx \
--resolve-plugins-relative-to=$(npm config get prefix)/lib/node_modules
--resolve-plugins-relative-to=$(npm config get prefix)/lib/node_modules \
--ignore-pattern cardinal/sdk/typescript/*

0 comments on commit f301b13

Please sign in to comment.