Skip to content

Initialize the generated Boatstack distribution #1

Initialize the generated Boatstack distribution

Initialize the generated Boatstack distribution #1

Workflow file for this run

# Generated from operatorstack/intelligence-flow.
name: Verify Boatstack distribution
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: python3 -m unittest discover -s tests -v
- run: python3 -m compileall -q boatstack