Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory committed Jun 29, 2021
1 parent 40ee898 commit 2e1f8a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ERROR_ON_MISSING_EXEC_BIT: true
FILTER_REGEX_EXCLUDE: .*.cc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARKDOWN_CONFIG_FILE: .markdown-lint.yml
MARKDOWN_CONFIG_FILE: .markdown-lint.json
PYTHON_FLAKE8_CONFIG_FILE: .flake8
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: true
Expand Down
4 changes: 4 additions & 0 deletions .markdown-lint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"default": true,
"line-length": false
}
7 changes: 0 additions & 7 deletions .markdown-lint.yml

This file was deleted.

0 comments on commit 2e1f8a0

Please sign in to comment.