Skip to content

Sync Boatstack from Intelligence Flow fcc2faa55ac3 #4

Sync Boatstack from Intelligence Flow fcc2faa55ac3

Sync Boatstack from Intelligence Flow fcc2faa55ac3 #4

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