Skip to content

Reposition as Agent Safety Lab #31

Reposition as Agent Safety Lab

Reposition as Agent Safety Lab #31

Workflow file for this run

name: Validate
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Validate repository
run: python3 scripts/validate_repo.py