Skip to content

Add evidence contract and agentic loop #4

Add evidence contract and agentic loop

Add evidence contract and agentic loop #4

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
smoke:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Compile scripts
run: python -m py_compile audit-local-files/scripts/*.py
- name: Run smoke test
run: python tests/smoke_test.py
- name: Run contract test
run: python tests/contract_test.py