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 6
6
branches :
7
7
- main
8
8
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
+
9
14
jobs :
10
15
pre-commit :
11
16
name : Linting and Formatting
Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
- 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
15
13
hooks :
16
14
- id : gdformat
17
15
args : [--line-length=200]
You can’t perform that action at this time.
0 commit comments