Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Merge pull request #1091 from near/v4.0.1 #182

Merge pull request #1091 from near/v4.0.1

Merge pull request #1091 from near/v4.0.1 #182

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint --max-warnings 0