Skip to content

limbo: remove old ee_cert helper, SAN everywhere by default (#42) #164

limbo: remove old ee_cert helper, SAN everywhere by default (#42)

limbo: remove old ee_cert helper, SAN everywhere by default (#42) #164

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
check-schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ">=3.11"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: regenerate schema
run: make limbo-schema.json
- name: fail if the schema has changed
run: |
git diff --exit-code -- limbo-schema.json