Skip to content

Commit

Permalink
fix: change markdown-check to check-markdown in markdown-check yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Dec 7, 2023
1 parent f888a89 commit a6579f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: actions/checkout@v4

- name: Check all markdown files are properly formatted
run: earthly -P +markdown-check
run: earthly -P +check-markdown

0 comments on commit a6579f5

Please sign in to comment.