Skip to content

fix(deps): update dependency eslint-plugin-react to v7.33.2 #666

fix(deps): update dependency eslint-plugin-react to v7.33.2

fix(deps): update dependency eslint-plugin-react to v7.33.2 #666

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
node-version: "16.9.1"
- run: yarn install
working-directory: tests
- run: yarn lint
working-directory: tests