Skip to content

Commit

Permalink
add streaming section (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauna-chase authored Mar 26, 2024
1 parent 727efe7 commit 325080b
Show file tree
Hide file tree
Showing 4 changed files with 404 additions and 356 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 325080b

Please sign in to comment.