Skip to content

Remove database config from staging.py #89

Remove database config from staging.py

Remove database config from staging.py #89

Workflow file for this run

name: build-and-test
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.8, "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install Flake
run: |
python -m venv ve
./ve/bin/pip install flake8
- name: Run Flake
run: ./ve/bin/flake8 ctlsettings