2020-08-22 23:04:57 +02:00
|
|
|
name: 📊 Static Checks
|
2023-04-04 15:56:53 +02:00
|
|
|
on:
|
|
|
|
workflow_call:
|
2020-07-13 09:34:34 +02:00
|
|
|
|
2021-08-24 20:49:06 +02:00
|
|
|
concurrency:
|
2021-08-25 15:04:05 +02:00
|
|
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-static
|
2021-08-24 20:49:06 +02:00
|
|
|
cancel-in-progress: true
|
|
|
|
|
2020-07-13 09:34:34 +02:00
|
|
|
jobs:
|
2020-07-15 00:37:02 +02:00
|
|
|
static-checks:
|
|
|
|
name: Static Checks (clang-format, black format, file format, documentation checks)
|
2020-07-13 09:34:34 +02:00
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
2022-08-25 13:44:22 +02:00
|
|
|
uses: actions/checkout@v3
|
2020-07-13 09:34:34 +02:00
|
|
|
|
2023-02-06 14:23:14 +01:00
|
|
|
- name: Install dependencies
|
2020-08-11 17:14:47 +02:00
|
|
|
run: |
|
2023-02-10 21:59:47 +01:00
|
|
|
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
2021-10-28 16:01:30 +02:00
|
|
|
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
2023-01-10 18:18:57 +01:00
|
|
|
sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main"
|
2023-01-12 23:16:02 +01:00
|
|
|
sudo apt-get install -qq dos2unix clang-format-15 libxml2-utils python3-pip moreutils
|
2022-09-05 11:55:51 +02:00
|
|
|
sudo update-alternatives --remove-all clang-format || true
|
2023-01-10 18:18:57 +01:00
|
|
|
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-15 100
|
2023-04-05 13:51:38 +02:00
|
|
|
sudo pip3 install black==22.3.0 pytest==7.1.2 mypy==0.971
|
|
|
|
git config diff.wsErrorHighlight all
|
2020-07-13 09:34:34 +02:00
|
|
|
|
|
|
|
- name: File formatting checks (file_format.sh)
|
|
|
|
run: |
|
|
|
|
bash ./misc/scripts/file_format.sh
|
|
|
|
|
2022-07-23 23:41:51 +02:00
|
|
|
- name: Header guards formatting checks (header_guards.sh)
|
|
|
|
run: |
|
|
|
|
bash ./misc/scripts/header_guards.sh
|
|
|
|
|
2020-07-13 09:34:34 +02:00
|
|
|
- name: Python style checks via black (black_format.sh)
|
|
|
|
run: |
|
|
|
|
bash ./misc/scripts/black_format.sh
|
|
|
|
|
2022-08-23 15:21:46 +02:00
|
|
|
- name: Python scripts static analysis (mypy_check.sh)
|
|
|
|
run: |
|
|
|
|
bash ./misc/scripts/mypy_check.sh
|
|
|
|
|
2022-06-30 04:14:07 +02:00
|
|
|
- name: Python builders checks via pytest (pytest_builders.sh)
|
|
|
|
run: |
|
|
|
|
bash ./misc/scripts/pytest_builders.sh
|
|
|
|
|
2021-02-22 06:10:16 +01:00
|
|
|
- name: JavaScript style and documentation checks via ESLint and JSDoc
|
2020-11-19 05:59:12 +01:00
|
|
|
run: |
|
2022-08-28 20:27:45 +02:00
|
|
|
cd platform/web
|
2020-11-19 05:59:12 +01:00
|
|
|
npm ci
|
|
|
|
npm run lint
|
2021-02-22 06:10:16 +01:00
|
|
|
npm run docs -- -d dry-run
|
2020-11-19 05:59:12 +01:00
|
|
|
|
2022-02-14 14:18:53 +01:00
|
|
|
- name: Class reference schema checks
|
|
|
|
run: |
|
|
|
|
xmllint --noout --schema doc/class.xsd doc/classes/*.xml modules/*/doc_classes/*.xml
|
|
|
|
|
2020-07-13 09:34:34 +02:00
|
|
|
- name: Documentation checks
|
|
|
|
run: |
|
2022-06-11 00:16:05 +02:00
|
|
|
doc/tools/make_rst.py --dry-run --color doc/classes modules
|
2022-06-30 04:36:40 +02:00
|
|
|
|
|
|
|
- name: Style checks via clang-format (clang_format.sh)
|
|
|
|
run: |
|
|
|
|
bash ./misc/scripts/clang_format.sh
|
2022-08-27 03:14:27 +02:00
|
|
|
|
|
|
|
- name: Style checks via dotnet format (dotnet_format.sh)
|
|
|
|
run: |
|
|
|
|
bash ./misc/scripts/dotnet_format.sh
|
2023-02-01 10:50:52 +01:00
|
|
|
|
|
|
|
- name: Spell checks via codespell
|
|
|
|
uses: codespell-project/actions-codespell@v1
|
|
|
|
with:
|
|
|
|
skip: ./.*,./**/.*,./bin,./thirdparty,*.desktop,*.gen.*,*.po,*.pot,*.rc,./AUTHORS.md,./COPYRIGHT.txt,./DONORS.md,./core/input/gamecontrollerdb.txt,./core/string/locales.h,./editor/project_converter_3_to_4.cpp,./misc/scripts/codespell.sh,./platform/android/java/lib/src/com,./platform/web/node_modules,./platform/web/package-lock.json
|
|
|
|
check_hidden: false
|
|
|
|
ignore_words_list: curvelinear,doubleclick,expct,findn,gird,hel,inout,lod,nd,numer,ot,te
|
|
|
|
only_warn: true
|