summaryrefslogtreecommitdiffstats
path: root/.github/workflows/static_checks.yml
Commit message (Expand)AuthorAgeFilesLines
* CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-101-1/+1
* CI: Improve `godot-cpp` actionsThaddeus Crews2024-09-191-0/+4
* Style: Format yaml filesThaddeus Crews2024-09-131-2/+2
* C#: Escape generated membersRaul Santos2024-06-151-1/+1
* CI: Re-add `CHANGED_FILES` logic for pre-commit checksRémi Verschelde2024-05-111-1/+15
* CI: Overhaul static checks to use `pre-commit`Thaddeus Crews2024-05-081-59/+5
* Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
* Buildsystem: Speedup `pre-commit` static checkThaddeus Crews2024-05-011-0/+2
* [CI] Improve fetching of changed filesA Thousand Ships2024-03-281-1/+1
* [CI] Work around diff size limit for static checksA Thousand Ships2024-03-271-1/+1
* Move dotnet-format script to pre-commitRaul Santos2024-03-021-8/+0
* Replace hand-written pre-commit hooks with `pre-commit` Python toolAarni Koskela2024-02-261-15/+4
* Fix lint errors in WebXR moduleDavid Snopek2024-02-231-1/+1
* Fix various typos with codespellRémi Verschelde2023-11-111-1/+1
* CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`Rémi Verschelde2023-09-041-1/+1
* Merge pull request #78908 from zorbathut/pr_gitignoreRémi Verschelde2023-08-291-0/+5
|\
| * Add static check for overzealous .gitignores.Ben Rog-Wilhelm2023-07-011-0/+5
* | Fix `doc_status.py` trying to get removed `version` tag from XMLHugo Locurcio2023-07-131-0/+1
|/
* CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-1/+1
* Fix various typos with codespellRémi Verschelde2023-06-161-2/+2
* CI: Skip codespell check if `CHANGED_FILES` is emptyRémi Verschelde2023-05-101-2/+2
* CI: Use gh-cli for changed files, and workaround codespell skip list bugRémi Verschelde2023-05-081-5/+6
* CI: Make codespell checks blocking, but only check changed filesRémi Verschelde2023-05-081-2/+5
* Create an "Editor-only" section in the online class referenceYuri Sizov2023-04-241-1/+1
* CI: Fix checks fallback logic when changed files listing is missingRémi Verschelde2023-04-201-4/+4
* CI: Fixup failure to get changed files on mergeRémi Verschelde2023-04-201-2/+2
* Merge pull request #76263 from akien-mga/ci-gotta-go-fast-with-styleRémi Verschelde2023-04-201-20/+49
|\
| * CI: Speed up static checks by checking only changed filesRémi Verschelde2023-04-201-20/+49
* | [Export docs] Move docs to platform folders.bruvzg2023-04-201-2/+2
|/
* CI: Visibly print trailing whitespace when static checks failRémi Verschelde2023-04-051-1/+2
* ci: wait for static check results before starting buildsyedpodtrzitko2023-04-041-1/+2
* CI: Remove flaky packages.microsoft.com Ubuntu repositoryRémi Verschelde2023-02-111-1/+1
* CI: Remove custom Linux deps and SwiftShaderRémi Verschelde2023-02-061-7/+1
* CI: Add official codespell action with PR annotationsRémi Verschelde2023-02-011-0/+8
* Fix file formatting script dependencies and cleanupAaron Franke2023-01-121-1/+1
* CI: Use clang-format 15Rémi Verschelde2023-01-101-3/+3
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+5
* Fix UTF-8 validation in static checksGergely Kis2022-09-051-2/+2
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Add `dotnet format` to CI to check C# styleRaul Santos2022-08-271-0/+4
* CI: Bump various GitHub actions to latest versionsRémi Verschelde2022-08-251-1/+1
* ci: add basic test pipeline for shader buildersJiri Suchan2022-08-191-1/+5
* ci: move slowest static job to the end of pipelineJiri Suchan2022-08-191-4/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+4
* makerst: Print colored output for easier visual greppingHugo Locurcio2022-06-111-1/+1
* CI: Update black formatter and apply changesRémi Verschelde2022-04-051-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+5
* CI: Update black to 21.10b0Rémi Verschelde2021-11-031-1/+1
* CI: Update to clang-format 13 using LLVM repoRémi Verschelde2021-10-281-2/+4
* Merge pull request #54179 from aaronfranke/make-rstRémi Verschelde2021-10-261-1/+1
|\