Skip to content

Merge branch 'update-contracts' of github.com:near/create-near-app in… #1697

Merge branch 'update-contracts' of github.com:near/create-near-app in…

Merge branch 'update-contracts' of github.com:near/create-near-app in… #1697

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