Skip to content

build(deps-dev): bump lint-staged from 15.2.0 to 15.2.1 #1402

build(deps-dev): bump lint-staged from 15.2.0 to 15.2.1

build(deps-dev): bump lint-staged from 15.2.0 to 15.2.1 #1402

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
- run: yarn install
- run: yarn run lint