Skip to content

Commit

Permalink
update markdownlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Mar 2, 2021
1 parent 3f397c8 commit 5e1ba24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
markdownlint \
-c ${GITHUB_WORKSPACE}/.github/markdown_lint.yaml \
-i 'narratives/*.md' \
-i CHANGELOG.md \
$(find ${GITHUB_WORKSPACE} -name "*.md")
#----------------------------------------------------------------------------#
# YAML template from nf-core eager to trial
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
hooks:
- id: markdownlint
args: [--config=.github/markdown_lint.yaml]
exclude: narratives/.*.md
exclude: narratives/.*.md CHANGELOG.md

# Rst Lint
- repo: https://github.com/myint/rstcheck
Expand Down
1 change: 1 addition & 0 deletions docs/notes/Notes_Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
1. Check if multiqc still runs without eager output dir...
1. Add latvia samples to database!
1. Maybe write a function to condense exporting.
1. Start working on geo notebook. Add cartopy.

0 comments on commit 5e1ba24

Please sign in to comment.