Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Bump lint-staged from 13.0.3 to 13.2.3 #695

Bump lint-staged from 13.0.3 to 13.2.3

Bump lint-staged from 13.0.3 to 13.2.3 #695

Workflow file for this run

name: build-test
on:
pull_request:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run test