Skip to content

Construct element gonols and test molecular affixiation #4

Construct element gonols and test molecular affixiation

Construct element gonols and test molecular affixiation #4

Workflow file for this run

name: Stack CI
on:
pull_request:
push:
branches:
- main
- "agent/**"
jobs:
stack-root:
name: Stack root verification
runs-on: ubuntu-latest
steps:
- name: Check out stack
uses: actions/checkout@v7.0.1
- name: Set up Python
uses: actions/setup-python@v7.0.0
with:
python-version: "3.12"
- name: Verify stack manifest
run: python3 tools/check_stack_manifest.py
- name: Check whitespace
run: git diff --check