Skip to content

draft: sketched out SO interface CI workflow. #1

draft: sketched out SO interface CI workflow.

draft: sketched out SO interface CI workflow. #1

Workflow file for this run

name: interface-ci
on: [pull_request]
jobs:
check-so-interface:

Check failure on line 6 in .github/workflows/interface_ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/interface_ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tests/ci
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Check SO interface spec
run: python ./check_so_interface.py