Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
fix: broken md linter ci (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Nov 15, 2023

Verified

This commit was signed with the committer’s verified signature.
yegor256 Yegor Bugayenko
1 parent 9a62fbd commit 930bf1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Markdown lint

on:
push:
@@ -11,7 +11,7 @@ on:

jobs:
markdown:
name: markdown lint
uses: nosborn/github-action-markdown-cli@v3.0.1
with:
files: .

files: .

0 comments on commit 930bf1b

Please sign in to comment.