Skip to content

refactor: change the npm test script to build the ts contract (#2114) #1563

refactor: change the npm test script to build the ts contract (#2114)

refactor: change the npm test script to build the ts contract (#2114) #1563

Workflow file for this run

name: Linter
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint --max-warnings=0