Skip to content

Commit

Permalink
move to normal markdown file
Browse files Browse the repository at this point in the history
github seems to be struggling to render the .rst file and I don't see a
reason to keep it that way when pypi is compatible with both:
https://github.com/fauna/fauna-python
  • Loading branch information
fauna-chase committed Mar 26, 2024
1 parent 727efe7 commit cbbfcf2
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 205 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate README
on:
push:
paths:
- 'README.rst'
- 'README.md'

jobs:
validate:
Expand All @@ -19,5 +19,5 @@ jobs:
- name: Install dependencies
run: pip install readme_renderer 'readme_renderer[md]'

- name: Validate readme.rst
run: python -m readme_renderer README.rst
- name: Validate README.md
run: python -m readme_renderer README.md
Loading

0 comments on commit cbbfcf2

Please sign in to comment.