Skip to content

TypeScript: Ensure correct default export type (#38) #33

TypeScript: Ensure correct default export type (#38)

TypeScript: Ensure correct default export type (#38) #33

Workflow file for this run

name: CI
on:
- push
- pull_request
permissions: {}
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: current
- run: npm install
- run: npm test