Skip to content

chore: fix formatting of ru locale#4599

Merged
dbjorge merged 1 commit intodevelopfrom
fix-ru-format
Oct 5, 2024
Merged

chore: fix formatting of ru locale#4599
dbjorge merged 1 commit intodevelopfrom
fix-ru-format

Conversation

@dbjorge
Copy link
Copy Markdown
Contributor

@dbjorge dbjorge commented Oct 4, 2024

This is just the result of running npm run fmt against develop.

@dbjorge dbjorge merged commit 0d03b0a into develop Oct 5, 2024
@dbjorge dbjorge deleted the fix-ru-format branch October 5, 2024 14:55
dbjorge added a commit that referenced this pull request Oct 7, 2024
It bothered me that every PR from a fork always had a red check from the
autoformatter PR. This sets up the autoformatter to only run on PRs from
non-forks, and adds a new `fmt:check` step to the tests workflow that
will work even in forks. This lets our team still use the autoformatter
without causing noise for external contributors, and also enforces our
formatting requirements for PRs from forks where previously we would
typically admin-merge past the check (which causes noise like #4599).

Once this PR merges, we'll want to update the repo's branch protection
rules to add the new fmt-check job as a required check.

---------

Co-authored-by: dbjorge <dbjorge@users.noreply.github.com>
straker pushed a commit that referenced this pull request Oct 16, 2024
It bothered me that every PR from a fork always had a red check from the
autoformatter PR. This sets up the autoformatter to only run on PRs from
non-forks, and adds a new `fmt:check` step to the tests workflow that
will work even in forks. This lets our team still use the autoformatter
without causing noise for external contributors, and also enforces our
formatting requirements for PRs from forks where previously we would
typically admin-merge past the check (which causes noise like #4599).

Once this PR merges, we'll want to update the repo's branch protection
rules to add the new fmt-check job as a required check.

---------

Co-authored-by: dbjorge <dbjorge@users.noreply.github.com>
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