mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-22 15:37:33 +00:00
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
# Check README.md is up to date
|
|
diff --brief docs/index.md README.md
|