Skip to content

Commit

Permalink
markdown check
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 18, 2024
1 parent f4626b0 commit 1b6e440
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: markdown-lint
on:
push:
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: articulate/actions-markdownlint@v1
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ and then use in the preamble (if you use [BibTeX](http://www.bibtex.org/), for e
You can also add it as a GitHub Action to your GitHub repository,
with the help of [bibcop-action](https://github.com/yegor256/bibcop-action).

Otherwise, you can download [`bibcop.sty`](https://yegor256.github.io/bibcop/bibcop.sty) and add to your project (together with [`bibcop.pl`](https://yegor256.github.io/bibcop/bibcop.pl)!).
Otherwise, you can download [`bibcop.sty`](https://yegor256.github.io/bibcop/bibcop.sty)
and add to your project (together with
[`bibcop.pl`](https://yegor256.github.io/bibcop/bibcop.pl)!).

You can also download [`bibcop.pl`](https://yegor256.github.io/bibcop/bibcop.pl)
and use it as a command line tool
Expand Down

0 comments on commit 1b6e440

Please sign in to comment.