Skip to content

ci: add debug information #16

ci: add debug information

ci: add debug information #16

Workflow file for this run

name: Check Turtle Files
on:
push:
jobs:
checkttl:
name: Checks Turtle Files
runs-on: ubuntu-latest
steps:
- name: Perfom Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
- name: Install Python Packages
run: pip install -r requirements.txt
- name: run check script
run: python scripts/well_formed_check.py