Skip to content

ci: Set up initial pass at CI/CD #1

ci: Set up initial pass at CI/CD

ci: Set up initial pass at CI/CD #1

Workflow file for this run

name: Validate
on: [push, pull_request]
jobs:
ci:
uses: ./.github/workflows/.validate-matrix.yaml

Check failure on line 5 in .github/workflows/validate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate.yml

Invalid workflow file

error parsing called workflow ".github/workflows/validate.yml" -> "./.github/workflows/.validate-matrix.yaml" : failed to fetch workflow: workflow was not found.
name: "${{ matrix.os.name }} (Python ${{ matrix.python-version }})"
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
with:
runner: ${{ matrix.os.image }}
python-version: ${{ matrix.python-version }}