Skip to content

Addressing main PR comments #81

Addressing main PR comments

Addressing main PR comments #81

Workflow file for this run

name: "MultiQC lint"
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
prek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: j178/prek-action@v1
code_checks:
name: "code_checks.py"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.14.0" # 3.14.1 has upstream bug
cache: "pip"
- run: pip install rich
- name: "Run manual code style checks"
run: python ${GITHUB_WORKSPACE}/.github/workflows/code_checks.py