Skip to content

Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#408) #614

Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#408)

Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#408) #614

Workflow file for this run

name: 'CI Tests'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
cache: 'yarn'
node-version: '16'
- name: Install dependencies
run: yarn
- name: Lint
run: yarn eslint
- name: Test
run: yarn test