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