1 name: Make sure docs are updated
5 - src/main/fc/settings.yaml
9 - src/main/fc/settings.yaml
17 - uses: actions/checkout@v2
18 - name: Install dependencies
19 run: sudo apt-get update && sudo apt-get -y install python3-yaml
20 - name: Check that Settings.md is up to date
22 cp docs/Settings.md{,.ci}
23 python3 src/utils/update_cli_docs.py -q
24 if ! diff -q docs/Settings.md{,.ci} >/dev/null; then
25 echo "::error ::\"docs/Settings.md\" is not up to date, please run \"src/utils/update_cli_docs.py\""