Skip to content

Update livestream registration link in banner.json #3465

Update livestream registration link in banner.json

Update livestream registration link in banner.json #3465

Workflow file for this run

name: ci
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Build container
run: dotnet build.cs container
- name: Run tests
run: dotnet build.cs dotnet-test