Skip to content

fix naming and add extension #1

fix naming and add extension

fix naming and add extension #1

Workflow file for this run

name: Typescript Type Check
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.5.1"
- name: Install Dependencies
run: yarn install
- name: Run tsc
run: yarn tsc