Skip to content

chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 #678

chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2

chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 #678

Workflow file for this run

name: Linters and tests
on: [push, pull_request]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Copy envs
run: cp .env.dist .env
- name: Install root dependencies
uses: bahmutov/npm-install@v1
- name: Lint
run: npm run lint
- name: Test & coverage
run: npm run coverage
env:
CI: true