Skip to content

Commit

Permalink
запускать линтер только для markdown файлов
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhaillav committed Feb 25, 2024
1 parent 6e4c8d7 commit f6af679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types:
[opened]
push:
paths:
- "**.md"


permissions:
contents: read
Expand Down

0 comments on commit f6af679

Please sign in to comment.