Skip to content

fix(tsx): use the correct type for tsx props #35

fix(tsx): use the correct type for tsx props

fix(tsx): use the correct type for tsx props #35

Workflow file for this run

name: feature-branch
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!master'
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node & NPM
uses: actions/setup-node@v3
- name: Install node modules
run: npm install
- name: Test
run: npm run test