Skip to content

expose custom components into a file/namespace for users to access #100

expose custom components into a file/namespace for users to access

expose custom components into a file/namespace for users to access #100

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1.4.4
with:
node-version: 18.x
- run: npm i && npx ts-standard -y