File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+
6+ [* .gd ]
7+ indent_style = tab
8+ max_line_length = 200
Original file line number Diff line number Diff line change 66 branches :
77 - main
88
9+ # Cancel any ongoing previous run if a PR is updated
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12+ cancel-in-progress : true
13+
914jobs :
1015 pre-commit :
1116 name : Linting and Formatting
Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.6 .0
5+ rev : v5.0 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99 - id : check-yaml
1010 - id : check-added-large-files
1111- repo : https://github.com/Scony/godot-gdscript-toolkit
12- # Use this commit from the master branch until the next stable release with
13- # <https://github.com/Scony/godot-gdscript-toolkit/commit/e3c37fa54fb32ad99b0bceb2f17e7bc1ffd99806>
14- rev : f836958a4487e31e3c5ab35c57c7a2128b7e2303
12+ rev : 4.3.3
1513 hooks :
1614 - id : gdformat
1715 args : [--line-length=200]
You can’t perform that action at this time.
0 commit comments