Skip to content

changes small

changes small #5

Workflow file for this run

name: CI/CD
on: push
ASCN:

Check failure on line 5 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Bio
run: pip install Bio
- name: Download
run: python3 ASCN_Download.py nuccore test.txt
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 .