Skip to content

Bump eslint-plugin-react from 7.34.1 to 7.34.2 (#445) #543

Bump eslint-plugin-react from 7.34.1 to 7.34.2 (#445)

Bump eslint-plugin-react from 7.34.1 to 7.34.2 (#445) #543

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install Dependencies
run: npm i
- name: Lint
run: npm run lint