Skip to content

Merge pull request #1 from notque/feature/adr-toolkit-architecture #2

Merge pull request #1 from notque/feature/adr-toolkit-architecture

Merge pull request #1 from notque/feature/adr-toolkit-architecture #2

Workflow file for this run

name: Validate
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Validate manifests and skills
run: python3 tools/validate.py