Skip to content

chore(repo): version package (#12) #5

chore(repo): version package (#12)

chore(repo): version package (#12) #5

Workflow file for this run

name: Main CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm run lint && npm run build && npm run publint