Skip to content

chore(repo): version packages (#15) #44

chore(repo): version packages (#15)

chore(repo): version packages (#15) #44

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'
- name: Install dependencies, lint, test, build, publint
run: |
npm i
npm run lint
npm run test
npm run build
npm run publint