Skip to content

Run openssl tests

Run openssl tests #70

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