Skip to content

Commit

Permalink
remove rule exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 13, 2020
1 parent 3957d6a commit e65a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run Markdownlint
run: |
markdownlint CHANGELOG.md -c ${GITHUB_WORKSPACE}/.github/markdown_lint.yaml
markdownlint README.md -c ${GITHUB_WORKSPACE}/.github/markdown_lint.yaml -r ~MD029
markdownlint README.md -c ${GITHUB_WORKSPACE}/.github/markdown_lint.yaml
# YAML template from nf-core eager to trial
yaml_lint:
Expand Down

0 comments on commit e65a705

Please sign in to comment.