Skip to content

Replace setup.py with pyproject.toml #328

Replace setup.py with pyproject.toml

Replace setup.py with pyproject.toml #328

Workflow file for this run

name: Super-Linter
on:
pull_request:
branches: [main]
jobs:
super-linter:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Super-Linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SNAKEMAKE_SNAKEFMT: true
VALIDATE_PYTHON_BLACK: true
FILTER_REGEX_INCLUDE: scripts/.*|rules/.*|sunbeamlib/.*|tests/.*|Snakefile