Skip to content

chore: add bin

chore: add bin #3

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build