Skip to content

be scared.

be scared. #47

Workflow file for this run

name: tsc
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install -g yarn # this is necessary for act, also just a good failsafe
- run: yarn install
- run: yarn lint
- run: yarn tsc --noEmit