Skip to content

Commit

Permalink
Create action
Browse files Browse the repository at this point in the history
test python script
  • Loading branch information
Rendrick27 authored Apr 23, 2024
1 parent 267e9af commit 8241fe2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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 .

0 comments on commit 8241fe2

Please sign in to comment.