Skip to content

Commit

Permalink
Make static check line length match vscode setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisl8 committed May 2, 2024
1 parent 3ec0c7e commit 5233550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash

- id: run-gdformat
run: find . -name '*.gd' -not -path "./addons/*" -print0 | xargs -0 gdformat --check
run: find . -name '*.gd' -not -path "./addons/*" -print0 | xargs -0 gdformat --check --line-length=999999

- id: run-gdlint
run: gdlint .

0 comments on commit 5233550

Please sign in to comment.