Skip to content

refactor: input components #205

refactor: input components

refactor: input components #205

Workflow file for this run

name: TS Check (next)
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node 🪢
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies 📦
run: npm install && npm run bootstrap
- name: Check TS 🧐
run: npm run test:ts:oruga-next