Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI & linting improvements #7

Merged
merged 6 commits into from
Nov 11, 2024
Merged

CI & linting improvements #7

merged 6 commits into from
Nov 11, 2024

Conversation

wjt
Copy link
Member

@wjt wjt commented Nov 11, 2024

Previously, half of the README was wrapped at 80 characters, while the
other half used one long line per paragraph.

It doesn't really matter which style is used; but it's nice to be
consistent.
A minimal editorconfig to set the file encoding keeps being added to my
working copy – I think by Godot 4.4-dev3 – so let's commit it, and add
some potentially-useful rules for editing .gd files in external editors.
For rationale, see
<https://turso.tech/blog/simple-trick-to-save-environment-and-money-when-using-github-actions>.

For the linting & formatting action, the concurrency group is set to
contain the PR (if any) and ref otherwise, on the basis that only the
latest push to a PR or branch is interesting.

For the GitHub Pages and Godot Asset Library actions, each run
overwrites the result of any previous run, so the concurrency group is
just the workflow name.
The change in question was released in 4.3.0, released in August.
@manuq manuq merged commit d7c03d5 into main Nov 11, 2024
1 check passed
@manuq manuq deleted the push-smukntmvumxp branch November 11, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants