Skip to content

Commit

Permalink
foramatting and remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Dec 14, 2023
1 parent a35dfee commit 457dfc4
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 54 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,16 @@ jobs:
confirm-pass:
runs-on: ubuntu-latest
needs: [prettier, editorconfig, pytest-changes, nf-core-lint, pytest, nf-test-changes, nf-test]
needs:
[
prettier,
editorconfig,
pytest-changes,
nf-core-lint,
pytest,
nf-test-changes,
nf-test,
]
if: always()
steps:
- name: All tests ok
Expand Down
21 changes: 21 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
hooks:
- id: prettier
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
hooks:
- id: check-jsonschema
# match meta.ymls in one of the subdirectories of modules/nf-core
files: ^modules/nf-core/.*/meta\.yml$
args: ["--schemafile", "modules/yaml-schema.json"]
- id: check-jsonschema
# match meta.ymls in one of the subdirectories of subworkflows/nf-core
files: ^subworkflows/nf-core/.*/meta\.yml$
args: ["--schemafile", "subworkflows/yaml-schema.json"]
- id: check-github-workflows
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.43.4
hooks:
- id: renovate-config-validator
34 changes: 0 additions & 34 deletions tests/modules/msk/gbcms/main.nf

This file was deleted.

12 changes: 0 additions & 12 deletions tests/modules/msk/gbcms/nextflow.config

This file was deleted.

7 changes: 0 additions & 7 deletions tests/modules/msk/gbcms/test.yml

This file was deleted.

0 comments on commit 457dfc4

Please sign in to comment.