Skip to content

Add transcript for tmir 2026-06, fix 2026-05 indentation (#368) #927

Add transcript for tmir 2026-06, fix 2026-05 indentation (#368)

Add transcript for tmir 2026-06, fix 2026-05 indentation (#368) #927

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Install
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build