Skip to content

feature/flexible-types (#12) #40

feature/flexible-types (#12)

feature/flexible-types (#12) #40

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