Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Update README.md

Update README.md #258

Workflow file for this run

name: Typescript
on:
push:
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: guardian/actions-setup-node@main
- name: Install
run: yarn
- name: Typescript
run: yarn tsc