Skip to content

chore: update package information #33

chore: update package information

chore: update package information #33

Workflow file for this run

# test
name: test and lint
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test