From e9aa1023fbd844f71744afbeb5ba0d582b5a7916 Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 31 Oct 2023 12:10:36 -0700 Subject: [PATCH] add mdlrc --- .github/workflows/ci-test.yml | 2 +- .mdlrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .mdlrc diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 72fd38f..4e8270b 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - run: docker build . - lint-markdown: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.mdlrc b/.mdlrc new file mode 100644 index 0000000..241f4e4 --- /dev/null +++ b/.mdlrc @@ -0,0 +1 @@ +rules "~MD013" \ No newline at end of file