Skip to content

chore(deps): update dependency eslint-plugin-react to v7.37.2 #611

chore(deps): update dependency eslint-plugin-react to v7.37.2

chore(deps): update dependency eslint-plugin-react to v7.37.2 #611

Workflow file for this run

name: CI Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: yarn install
- name: Test Lint and Build
run: yarn build