Skip to content

Update config.json

Update config.json #21

Workflow file for this run

name: Run test script
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install cwltool
run: pip install cwltool
- name: Run tests
run: ./test_cwl_annotations.sh