Skip to content

include GraphQL types as we need them inside the Github actions. Othe… #4

include GraphQL types as we need them inside the Github actions. Othe…

include GraphQL types as we need them inside the Github actions. Othe… #4

Workflow file for this run

name: TypeScript Type Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20.5.1'
- name: Install Dependencies
run: yarn install
- name: Run tsc
run: yarn tsc