Skip to content

Add REPL hint for unjoined-room sends, migrate three errors to notCon… #192

Add REPL hint for unjoined-room sends, migrate three errors to notCon…

Add REPL hint for unjoined-room sends, migrate three errors to notCon… #192

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: macos-26
steps:
- uses: actions/checkout@v6
- name: Install tools
run: brew install swiftlint swiftformat periphery
- name: Lint & Format Check
run: ./Scripts/lint.sh
build-and-test:
name: Build & Test
runs-on: macos-26
steps:
- uses: actions/checkout@v6
- name: Build
run: swift build
- name: Test
run: swift test --no-parallel
timeout-minutes: 5