Skip to content

better merging of INS #11

better merging of INS

better merging of INS #11

Workflow file for this run

name: snakemaker
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: snakemake
uses: snakemake/[email protected]
with:
directory: '.test'
args: '--dryrun --configfile .test/config/config.yaml'