Skip to content

fix: exclude the .snakemake folder from the watcher and searches #22

fix: exclude the .snakemake folder from the watcher and searches

fix: exclude the .snakemake folder from the watcher and searches #22

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