Skip to content

chore(oss): add LICENSE/SECURITY/CONTRIBUTING + PR/issue templates + … #2

chore(oss): add LICENSE/SECURITY/CONTRIBUTING + PR/issue templates + …

chore(oss): add LICENSE/SECURITY/CONTRIBUTING + PR/issue templates + … #2

Workflow file for this run

name: smoke
on:
push:
branches: [main]
pull_request:
jobs:
smoke:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install Python deps
run: $HOME/.local/bin/uv sync
- name: Smoke test (fresh OSS user defaults)
run: bash tests/smoke.sh