Skip to content

Commit eb6a512

Browse files
use mega-linter
1 parent f3b92c6 commit eb6a512

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,6 @@ concurrency:
1313

1414

1515
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-
runs-on: ubuntu-latest
34-
steps:
35-
- uses: actions/checkout@v2
36-
with:
37-
fetch-depth: 0
38-
- name: Lint workflow
39-
uses: snakemake/snakemake-github-action@v2
40-
with:
41-
directory: .
42-
snakefile: workflow/Snakefile
43-
args: "--lint"
44-
4516
Testing:
4617
runs-on: ubuntu-latest
4718
strategy:

0 commit comments

Comments
 (0)