Skip to content

Update dependency lint-staged to v15.4.3 #283

Update dependency lint-staged to v15.4.3

Update dependency lint-staged to v15.4.3 #283

Workflow file for this run

name: PR Check
on: [pull_request]
jobs:
check-pr:
name: PR Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run lint