Skip to content

Merge pull request #6 from cutenode/push-srrosqsowpnx #3

Merge pull request #6 from cutenode/push-srrosqsowpnx

Merge pull request #6 from cutenode/push-srrosqsowpnx #3

Workflow file for this run

name: "Test: Run tsc"
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
tests:
runs-on: ubuntu-slim
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: current
- name: Run npm install
run: npm install
- name: Run npm run check
run: npm run check