Skip to content

move common sim infra to chipflow-lib #572

move common sim infra to chipflow-lib

move common sim infra to chipflow-lib #572

Workflow file for this run

on:
push:
branches:
- main
pull_request:
merge_group:
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
name: CI
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
cache: true
- name: Install dependencies with multirepo
uses: chipflow/pdm-multirepo@v3
- name: Run tests
run: pdm run test
- name: Run lints
run: pdm run lint
- name: Run doc tests
run: pdm run test-docs
license:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check source code licenses
run: ./tools/license_check.sh
test-submit:
uses: ./.github/workflows/test-examples.yml

Check failure on line 47 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yaml (Line: 47, Col: 11): Error from called workflow ChipFlow/chipflow-lib/.github/workflows/test-examples.yml@80f0bd3261240b7c1fc59f088c2dd1e5ff85670f (Line: 94, Col: 5): Required property is missing: runs-on
secrets:
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}