diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-20 22:52:07 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-20 22:53:01 -0700 |
commit | 12cb60f1b72bfe3593e1429d274b58ed60a39f14 (patch) | |
tree | 517be3579f51bc3143f4fcfb7e0ea60930b2d615 /.github/workflows | |
parent | c9f7d9a92c9561c3bd45c263c4f0e9d0e99c713b (diff) |
spaces in code and link spans
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8992d339..08f6f964 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,4 +15,4 @@ jobs: with: ruby-version: '3.2' - run: gem install mdl - - run: mdl . --ignore-front-matter -r MD011,MD023,MD027,MD028,MD037,MD047 + - run: mdl . --ignore-front-matter -r MD011,MD023,MD027,MD028,MD037,MD038,MD039,MD047 |