Skip to content

Support auto-generated headers #1259

Support auto-generated headers

Support auto-generated headers #1259

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
uses: borales/actions-yarn@v3.0.0
with:
cmd: install
- name: Check Formatting
uses: borales/actions-yarn@v3.0.0
with:
cmd: run check
- name: Build
uses: borales/actions-yarn@v3.0.0
with:
cmd: run build
- name: Run Tests
uses: borales/actions-yarn@v3.0.0
with:
cmd: run test
- name: Run Type Tests
uses: borales/actions-yarn@v3.0.0
with:
cmd: run tsd