Skip to content

Merge pull request #4 from galaxy-genome-annotation/timeout #30

Merge pull request #4 from galaxy-genome-annotation/timeout

Merge pull request #4 from galaxy-genome-annotation/timeout #30

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install flake8
run: pip install flake8 flake8-import-order
- name: Flake8
run: flake8 --ignore=E501,I201 apolpi.py