Skip to content

Claude/live presentation deck t yl ep #55

Claude/live presentation deck t yl ep

Claude/live presentation deck t yl ep #55

name: Security Hygiene
on:
pull_request:
paths:
- "gnat/agents/security/**"
- "gnat/connectors/**"
- "tests/**"
- ".github/workflows/security-hygiene.yml"
workflow_dispatch:
jobs:
hygiene:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest
- run: pytest tests/unit/agents/test_security_phaseb.py -q