Skip to content

Bump golang.org/x/term from 0.36.0 to 0.37.0 in /install in the minor-updates group #80

Bump golang.org/x/term from 0.36.0 to 0.37.0 in /install in the minor-updates group

Bump golang.org/x/term from 0.36.0 to 0.37.0 in /install in the minor-updates group #80

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '22'
- name: Install dependencies
run: npm ci
- name: Test with tsc
run: npx tsc --noEmit
- name: Build Docker image
run: make build