Skip to content

Merge pull request #1804 from iFixit/param-drop #3159

Merge pull request #1804 from iFixit/param-drop

Merge pull request #1804 from iFixit/param-drop #3159

Workflow file for this run

name: Type Check
on: push
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Setup and cache pnpm
uses: ./.github/actions/pnpm-setup
- name: Install workspaces
env:
FONT_AWESOME_NPM_TOKEN: ${{ secrets.FONT_AWESOME_NPM_TOKEN }}
run: pnpm install:all
- name: Run Typescript Compiler
run: pnpm type-check