Skip to content

docs: add ODOO_DATABASE docs and installer support for multi-database… #3

docs: add ODOO_DATABASE docs and installer support for multi-database…

docs: add ODOO_DATABASE docs and installer support for multi-database… #3

Workflow file for this run

name: Quality
on:
push:
pull_request:
jobs:
static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: python3 -m pip install -r requirements.txt
- name: Compile runtime
run: python3 -m py_compile daemon.py scripts/smoke.py
- name: Run smoke checks
run: python3 scripts/smoke.py
- name: Check shell installer syntax
run: bash -n install.sh