From 213f3fcda660fa52ab2abb60164feced4f3511f2 Mon Sep 17 00:00:00 2001 From: 0xevolve Date: Thu, 13 Jun 2024 17:09:58 +0100 Subject: [PATCH] fix(ci): remove markdown lint --- .github/workflows/linters.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 42f8c8d..e09e338 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,17 +13,7 @@ jobs: - name: Run prettier run: |- npx prettier --check . - - markdown-lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: avto-dev/markdown-lint@v1 - with: - config: "./.markdownlint.json" - args: "." - ignore: "./target" - + toml-lint: runs-on: ubuntu-latest steps: