Skip to content

chore: document empty tenant for cli/localhost/local mode #101

chore: document empty tenant for cli/localhost/local mode

chore: document empty tenant for cli/localhost/local mode #101

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [main]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install commitizen
run: uv pip install --system commitizen==4.13.9
- name: Lint commit messages
run: cz check --rev-range origin/main..HEAD