Skip to content

chore: add VEP to dev img + update base img #371

chore: add VEP to dev img + update base img

chore: add VEP to dev img + update base img #371

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Set up Python
with:
python-version: "3.10"
- name: Install Poetry
run: python -m pip install poetry
- name: Install dependencies
run: poetry install
- name: Run linter
run: poetry run flake8 ./bento_wes ./tests