Skip to content

Adding CI workflow for annotations of specification property #1

Adding CI workflow for annotations of specification property

Adding CI workflow for annotations of specification property #1

name: Show Specification Annotations
on:
pull_request:
paths:
- 'tests/**'
jobs:
annotate:

Check failure on line 9 in .github/workflows/show_specification_annotations.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/show_specification_annotations.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
- name: Generate Annotations
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run Python script
run: python bin/annotation_workflow.py