Skip to content

chore(deps): bump react-use from 17.5.0 to 17.5.1 in /client #28

chore(deps): bump react-use from 17.5.0 to 17.5.1 in /client

chore(deps): bump react-use from 17.5.0 to 17.5.1 in /client #28

Workflow file for this run

name: "ESLint: client"
on:
pull_request:
paths:
- 'client/**'
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- uses: ./.github/actions/setup-node-env
with:
node-version: 18
cache-path: client/node_modules
cache-key: "${{hashFiles('client/pnpm-lock.yaml')}}"
project: client
- name: Run lint script on /client
run: |
cd client
npm run lint