Skip to content

Adding the MacOS to CI #4605

Adding the MacOS to CI

Adding the MacOS to CI #4605

name: Validate Manifest
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Validate Manifest
run: |
pip install toml
python .github/workflows/validatemanifest.py