Files
scale-build/.github/workflows/manifest.yml
Caleb St. John 87c0236b7a NAS-137581 / 26.04 / fix building on trixie (#929)
* fix building on trixie

* fix inconsistencies in pyproject.toml

* fix manifest.yml

* remove hard-coded debian version from readme
2025-09-23 10:36:55 -04:00

20 lines
378 B
YAML

name: manifest_validation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Validating manifest
run: |
python -m pip install --upgrade pip
make validate_manifest PYTHON=`which python`