Merge pull request #415 from shachlanAmazon/client-setinfo #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint-ts | |
on: | |
push: | |
branches: ["main"] | |
paths: | |
- benchmarks/node/** | |
- node/** | |
pull_request: | |
paths: | |
- benchmarks/node/** | |
- node/** | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
job: | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: lint ts | |
run: | | |
npm install @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-tsdoc eslint typescript | |
npm i | |
npx eslint . |