Skip to content

WIP: adding workflows to API Explorer #20

WIP: adding workflows to API Explorer

WIP: adding workflows to API Explorer #20

Workflow file for this run

name: Typecheck
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
working-directory: ./formkiq
run: npm ci
- name: Run ESLint
working-directory: ./formkiq
run: npm run typecheck