Skip to content

chore(deps-dev): bump lint-staged from 15.2.10 to 15.3.0 #1339

chore(deps-dev): bump lint-staged from 15.2.10 to 15.3.0

chore(deps-dev): bump lint-staged from 15.2.10 to 15.3.0 #1339

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- release/*
jobs:
tests:
name: 'Run Linter'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Format
run: yarn format