Skip to content

testing lint-staged #22

testing lint-staged

testing lint-staged #22

Workflow file for this run

name: Unit test and build
on: [push]
jobs:
Verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run prepublishOnly