Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Bump lint-staged from 15.2.7 to 15.2.10 #112

Bump lint-staged from 15.2.7 to 15.2.10

Bump lint-staged from 15.2.7 to 15.2.10 #112

Workflow file for this run

name: ci
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm install
env:
HUSKY: 0
- run: npm run lint
- run: npm run prettier