Skip to content

Commit

Permalink
prova
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Mar 22, 2024
1 parent e1c1a54 commit 4b0192a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SNAKEMAKE_SNAKEFMT: true

Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint workflow
uses: snakemake/snakemake-github-action@v1.24.0
with:
directory: .
snakefile: workflow/Snakefile
args: "--lint"

Testing:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -60,4 +49,15 @@ jobs:
with:
directory: .test
snakefile: workflow/Snakefile
args: "--report report.zip"
args: "--report report.zip"

Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint workflow
uses: snakemake/snakemake-github-action@v1.24.0
with:
directory: .
snakefile: workflow/Snakefile
args: "--lint"

0 comments on commit 4b0192a

Please sign in to comment.