Merge pull request #75 from ilastik/constantinpape-patch-1 #97
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: validate ilastik collection | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
env: | |
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false' | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: install bioimageio.spec | |
run: pip install bioimageio.spec lxml | |
- name: validate collection | |
run: bioimageio validate-partner-collection collection.yaml | |
# - name: trigger collection update | |
# uses: octokit/[email protected] | |
# env: | |
# GITHUB_TOKEN: ${{ secrets.PAT }} | |
# with: | |
# route: POST /repos/bioimage-io/collection-bioimage-io/actions/workflows/auto_update_main.yaml/dispatches | |
# ref: refs/heads/main |