Skip to content

add consistent-type-exports to eslint #10

add consistent-type-exports to eslint

add consistent-type-exports to eslint #10

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn tsc
- run: yarn lint
- run: yarn build
- run: yarn tsd