Skip to content

fix: make snakemake variable colorful in functions ... #27

fix: make snakemake variable colorful in functions ...

fix: make snakemake variable colorful in functions ... #27

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches_ignore: []
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci