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

Add links to authors names #7

Add links to authors names

Add links to authors names #7

Workflow file for this run

name: TypeScript Compiler
on:
pull_request:
branches:
- main
merge_group:
push:
branches:
- main
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Install dependencies
run: |
npm install
- name: Run tsc
run: |
npx tsc