From d662b3ff7c0c660a1f26476f25e9cebb26cc106f Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Sat, 4 Dec 2021 20:25:30 +0300 Subject: [PATCH] chore: update lint CI --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 75b0873..d9f3569 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Check out the current repo uses: actions/checkout@v2 - name: Lint markdown files - uses: nosborn/github-action-markdown-cli@v1.1.1 + uses: nosborn/github-action-markdown-cli@master with: files: README.md config_file: ".markdownlint.json"