Skip to content

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 #895

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 #895

Workflow file for this run

name: Lint code
on:
push:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
registry-url: "https://npm.pkg.github.com"
- name: Install
run: npm ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Lint
run: npm run lint