Skip to content

Merge branch 'main' of https://github.com/ctrf-io/teams-ctrf #9

Merge branch 'main' of https://github.com/ctrf-io/teams-ctrf

Merge branch 'main' of https://github.com/ctrf-io/teams-ctrf #9

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build
run: npx tsc