Skip to content

test file

test file #2

Workflow file for this run

name: CI/CD
on: push
jobs:
Snakemake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download ascn nuccore test.txt
run: python3 ASCN _Download.py
PEP8:
runs-on: ubuntu-latest
container:
image: python:3.9
steps:
- uses: actions/checkout@v2
- name: Install flake8
run: pip install flake8
- name: Run flake8
run: flake8 .