Skip to content

Replay Portable AI Kit scaffold on current main #88

Replay Portable AI Kit scaffold on current main

Replay Portable AI Kit scaffold on current main #88

Workflow file for this run

name: sourceos-devtools validate
on:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Validate repository scaffold
run: make validate