Skip to content

build(deps): bump nanoid from 3.3.6 to 3.3.8 #915

build(deps): bump nanoid from 3.3.6 to 3.3.8

build(deps): bump nanoid from 3.3.6 to 3.3.8 #915

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Lint the project
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run linter
run: make lint