Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.34.4 #360

chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.34.4

chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.34.4 #360

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Check formatting
run: npm run format:check