index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.github
/
workflows
/
static_checks.yml
Commit message (
Expand
)
Author
Age
Files
Lines
*
CI: Update Linux runners to Ubuntu 24.04
Thaddeus Crews
2024-11-10
1
-1
/
+1
*
CI: Improve `godot-cpp` actions
Thaddeus Crews
2024-09-19
1
-0
/
+4
*
Style: Format yaml files
Thaddeus Crews
2024-09-13
1
-2
/
+2
*
C#: Escape generated members
Raul Santos
2024-06-15
1
-1
/
+1
*
CI: Re-add `CHANGED_FILES` logic for pre-commit checks
Rémi Verschelde
2024-05-11
1
-1
/
+15
*
CI: Overhaul static checks to use `pre-commit`
Thaddeus Crews
2024-05-08
1
-59
/
+5
*
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-1
/
+1
*
Buildsystem: Speedup `pre-commit` static check
Thaddeus Crews
2024-05-01
1
-0
/
+2
*
[CI] Improve fetching of changed files
A Thousand Ships
2024-03-28
1
-1
/
+1
*
[CI] Work around diff size limit for static checks
A Thousand Ships
2024-03-27
1
-1
/
+1
*
Move dotnet-format script to pre-commit
Raul Santos
2024-03-02
1
-8
/
+0
*
Replace hand-written pre-commit hooks with `pre-commit` Python tool
Aarni Koskela
2024-02-26
1
-15
/
+4
*
Fix lint errors in WebXR module
David Snopek
2024-02-23
1
-1
/
+1
*
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-1
/
+1
*
CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`
Rémi Verschelde
2023-09-04
1
-1
/
+1
*
Merge pull request #78908 from zorbathut/pr_gitignore
Rémi Verschelde
2023-08-29
1
-0
/
+5
|
\
|
*
Add static check for overzealous .gitignores.
Ben Rog-Wilhelm
2023-07-01
1
-0
/
+5
*
|
Fix `doc_status.py` trying to get removed `version` tag from XML
Hugo Locurcio
2023-07-13
1
-0
/
+1
|
/
*
CI: Update static checks to black 23.3.0
Rémi Verschelde
2023-06-19
1
-1
/
+1
*
Fix various typos with codespell
Rémi Verschelde
2023-06-16
1
-2
/
+2
*
CI: Skip codespell check if `CHANGED_FILES` is empty
Rémi Verschelde
2023-05-10
1
-2
/
+2
*
CI: Use gh-cli for changed files, and workaround codespell skip list bug
Rémi Verschelde
2023-05-08
1
-5
/
+6
*
CI: Make codespell checks blocking, but only check changed files
Rémi Verschelde
2023-05-08
1
-2
/
+5
*
Create an "Editor-only" section in the online class reference
Yuri Sizov
2023-04-24
1
-1
/
+1
*
CI: Fix checks fallback logic when changed files listing is missing
Rémi Verschelde
2023-04-20
1
-4
/
+4
*
CI: Fixup failure to get changed files on merge
Rémi Verschelde
2023-04-20
1
-2
/
+2
*
Merge pull request #76263 from akien-mga/ci-gotta-go-fast-with-style
Rémi Verschelde
2023-04-20
1
-20
/
+49
|
\
|
*
CI: Speed up static checks by checking only changed files
Rémi Verschelde
2023-04-20
1
-20
/
+49
*
|
[Export docs] Move docs to platform folders.
bruvzg
2023-04-20
1
-2
/
+2
|
/
*
CI: Visibly print trailing whitespace when static checks fail
Rémi Verschelde
2023-04-05
1
-1
/
+2
*
ci: wait for static check results before starting builds
yedpodtrzitko
2023-04-04
1
-1
/
+2
*
CI: Remove flaky packages.microsoft.com Ubuntu repository
Rémi Verschelde
2023-02-11
1
-1
/
+1
*
CI: Remove custom Linux deps and SwiftShader
Rémi Verschelde
2023-02-06
1
-7
/
+1
*
CI: Add official codespell action with PR annotations
Rémi Verschelde
2023-02-01
1
-0
/
+8
*
Fix file formatting script dependencies and cleanup
Aaron Franke
2023-01-12
1
-1
/
+1
*
CI: Use clang-format 15
Rémi Verschelde
2023-01-10
1
-3
/
+3
*
ci: add Python static analysis check via mypy
Jiri Suchan
2022-09-30
1
-1
/
+5
*
Fix UTF-8 validation in static checks
Gergely Kis
2022-09-05
1
-2
/
+2
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-1
/
+1
*
Add `dotnet format` to CI to check C# style
Raul Santos
2022-08-27
1
-0
/
+4
*
CI: Bump various GitHub actions to latest versions
Rémi Verschelde
2022-08-25
1
-1
/
+1
*
ci: add basic test pipeline for shader builders
Jiri Suchan
2022-08-19
1
-1
/
+5
*
ci: move slowest static job to the end of pipeline
Jiri Suchan
2022-08-19
1
-4
/
+4
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-0
/
+4
*
makerst: Print colored output for easier visual grepping
Hugo Locurcio
2022-06-11
1
-1
/
+1
*
CI: Update black formatter and apply changes
Rémi Verschelde
2022-04-05
1
-1
/
+1
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+5
*
CI: Update black to 21.10b0
Rémi Verschelde
2021-11-03
1
-1
/
+1
*
CI: Update to clang-format 13 using LLVM repo
Rémi Verschelde
2021-10-28
1
-2
/
+4
*
Merge pull request #54179 from aaronfranke/make-rst
Rémi Verschelde
2021-10-26
1
-1
/
+1
|
\
[next]