Skip to content

JSON-LD @Context postprocessing #139

JSON-LD @Context postprocessing

JSON-LD @Context postprocessing #139

Workflow file for this run

# Built from:
# https://docs.github.com/en/actions/guides/building-and-testing-python
---
name: Build and test thing_description_schema
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Run the program
run: uv run main.py