mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-28 16:49:26 -05:00
9 lines
140 B
Bash
Executable File
9 lines
140 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
# Check README.md is up to date
|
|
python ./scripts/docs.py verify-docs
|
|
python ./scripts/docs.py build-all
|