We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b92c6 commit eb6a512Copy full SHA for eb6a512
1 file changed
.github/workflows/main.yml
@@ -13,35 +13,6 @@ concurrency:
13
14
15
jobs:
16
- Formatting:
17
- runs-on: ubuntu-latest
18
- steps:
19
- - uses: actions/checkout@v2
20
- with:
21
- # Full git history is needed to get a proper
22
- # list of changed files within `super-linter`
23
- fetch-depth: 0
24
- - name: Formatting
25
- uses: github/super-linter@v7
26
- env:
27
- VALIDATE_ALL_CODEBASE: false
28
- DEFAULT_BRANCH: master
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- VALIDATE_SNAKEMAKE_SNAKEFMT: true
31
-
32
- Linting:
33
34
35
36
37
38
- - name: Lint workflow
39
- uses: snakemake/snakemake-github-action@v2
40
41
- directory: .
42
- snakefile: workflow/Snakefile
43
- args: "--lint"
44
45
Testing:
46
runs-on: ubuntu-latest
47
strategy:
0 commit comments