Skip to content

Fixed d.ts

Fixed d.ts #7

Workflow file for this run

name: Build and test
on:
push:
branches:
- main
pull_request:
jobs:
library:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
- name: Setup environment
uses: ./.github/actions/setup
- name: Build & Lint & Unit tests
run: npm run build