Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /app #922

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /app

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /app #922

Workflow file for this run

name: ESlint
on:
push:
branches:
- dev
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yarn dependencies
run: cd app && yarn install --frozen-lockfile
- name: Run linter
run: cd app && yarn lint