Skip to content

Commit

Permalink
fix rst ling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shaypal5 committed May 1, 2024
1 parent b3c6563 commit 15d8906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.11'

- name: Instal dependencies
run: pip install rst-lint
run: pip install restructuredtext-lint

- name: RST Lint
run: rst-lint README.rst

0 comments on commit 15d8906

Please sign in to comment.