From a73af15f0db6c5d929459e5dc09485d8a48e0d55 Mon Sep 17 00:00:00 2001 From: danilotat Date: Wed, 18 Dec 2024 09:00:40 +0100 Subject: [PATCH] temp: snakemake linting disabled --- .github/workflows/formatting.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 2182831..5341359 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -21,15 +21,15 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git diff --quiet && git diff --staged --quiet || (git add . ; git commit -m "Black formatting") - Linting: - needs: Formatting - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Test linting - uses: snakemake/snakemake-github-action@v1.23.0 - with: - directory: . - snakefile: workflow/Snakefile - args: "--lint" + # Linting: + # needs: Formatting + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - name: Test linting + # uses: snakemake/snakemake-github-action@v1.23.0 + # with: + # directory: . + # snakefile: workflow/Snakefile + # args: "--lint"