Skip to content

[CSR-0] chore: Bump nanoid from 3.3.11 to 5.1.7 in /packages/cmd #26

[CSR-0] chore: Bump nanoid from 3.3.11 to 5.1.7 in /packages/cmd

[CSR-0] chore: Bump nanoid from 3.3.11 to 5.1.7 in /packages/cmd #26

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- name: Run ESLint
run: npm run lint