Skip to content

ci/eslint: Stick to 8.57.0 for now #288

ci/eslint: Stick to 8.57.0 for now

ci/eslint: Stick to 8.57.0 for now #288

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: sudo npm install [email protected] -g
- name: Run ESLint
run: eslint . -f tap --ext .js,.jsx,.ts,.tsx