Skip to content

Adding CI workflow for annotations of specification property #2

Adding CI workflow for annotations of specification property

Adding CI workflow for annotations of specification property #2

name: Show Specification Annotations
on:
pull_request:
paths:
- 'tests/**'
jobs:
annotate:
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