Skip to content

Add planemo test workflow with bioconda dependency installation #37

Add planemo test workflow with bioconda dependency installation

Add planemo test workflow with bioconda dependency installation #37

Workflow file for this run

name: Planemo Lint
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
lint:
name: Lint Galaxy Tool XML
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Planemo
run: |
python -m pip install --upgrade pip
pip install 'planemo>=0.75'
- name: Lint tool XML
run: planemo lint monophylizer.xml