From 4395a868d185572d9713551447445a205c1fce8c Mon Sep 17 00:00:00 2001 From: robhowley Date: Tue, 6 Aug 2024 10:46:24 -0400 Subject: [PATCH] keep defaults --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 093a447..ea5cfa3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,5 @@ jobs: - name: check out code uses: actions/checkout@v4 - - name: run markdown lin + - name: run markdown lint uses: articulate/actions-markdownlint@v1 - with: - config: .markdownlint.yaml - files: . - version: 0.41.0