Skip to content

fix: package.json to reduce vulnerabilities #312

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #312

Workflow file for this run

name: Typescript Compilation Errors
on:
push:
pull_request:
jobs:
tsc:
name: tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: c-hive/gha-yarn-cache@v2
- name: Install JS dependencies
run: yarn install
- name: Check Typescript Errors
run: yarn tsc --noEmit