Skip to content

add columbia room

add columbia room #814

Workflow file for this run

name: Run tests
on: push
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
pytest:
runs-on: ubuntu-latest
# https://github.com/mamba-org/setup-micromamba?tab=readme-ov-file#about-login-shells
defaults:
run:
shell: bash -leo pipefail {0}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run tests
run: make test