Skip to content

Commit

Permalink
temp: snakemake linting disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
danilotat committed Dec 18, 2024
1 parent 2a63137 commit a73af15
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a73af15

Please sign in to comment.