mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Remove verbose job names
This commit is contained in:
parent
fc53a6f0b5
commit
45fb2ff4f4
1 changed files with 0 additions and 3 deletions
3
.github/workflows/lint-code.yml
vendored
3
.github/workflows/lint-code.yml
vendored
|
@ -3,7 +3,6 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Markdown:
|
Markdown:
|
||||||
name: Test Markdown syntax
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -19,7 +18,6 @@ jobs:
|
||||||
run: markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.github/markdownlint.yml
|
run: markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.github/markdownlint.yml
|
||||||
|
|
||||||
EditorConfig:
|
EditorConfig:
|
||||||
name: Test Editor Config rules
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -35,7 +33,6 @@ jobs:
|
||||||
run: eclint check $(git ls-files | grep -v test)
|
run: eclint check $(git ls-files | grep -v test)
|
||||||
|
|
||||||
YAML:
|
YAML:
|
||||||
name: Test YAML syntax
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
|
Loading…
Reference in a new issue