Skip to content

fix(deps): update all dependencies - patch updates (#1980) #5712

fix(deps): update all dependencies - patch updates (#1980)

fix(deps): update all dependencies - patch updates (#1980) #5712

Workflow file for this run

name: Lint
on: [push]
jobs:
run:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Prettier check
run: npm run format:check