mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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:
|
||||
Markdown:
|
||||
name: Test Markdown syntax
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -19,7 +18,6 @@ jobs:
|
|||
run: markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.github/markdownlint.yml
|
||||
|
||||
EditorConfig:
|
||||
name: Test Editor Config rules
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -35,7 +33,6 @@ jobs:
|
|||
run: eclint check $(git ls-files | grep -v test)
|
||||
|
||||
YAML:
|
||||
name: Test YAML syntax
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
|
|
Loading…
Reference in a new issue