Skip to content

[Repo Assist] ci: add Fantomas format check job to PR workflow#1732

Merged
dsyme merged 1 commit intomainfrom
repo-assist/eng-ci-format-check-2026-04-05-23048a75f09df203
Apr 6, 2026
Merged

[Repo Assist] ci: add Fantomas format check job to PR workflow#1732
dsyme merged 1 commit intomainfrom
repo-assist/eng-ci-format-check-2026-04-05-23048a75f09df203

Conversation

@dsyme
Copy link
Copy Markdown
Contributor

@dsyme dsyme commented Apr 6, 2026

Adds a check-format job that runs dotnet fantomas --check on all F#
source files (via the existing CheckFormat FAKE target) on every PR.
This ensures formatting is always verified before merge, catching any
drift from the Fantomas 7 style before it accumulates.

The job runs on ubuntu-latest with a 10-minute timeout (much faster
than the full build+test jobs) and is independent of the build jobs so
format errors are surfaced quickly.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Adds a check-format job that runs dotnet fantomas --check on all F#
source files (via the existing CheckFormat FAKE target) on every PR.
This ensures formatting is always verified before merge, catching any
drift from the Fantomas 7 style before it accumulates.

The job runs on ubuntu-latest with a 10-minute timeout (much faster
than the full build+test jobs) and is independent of the build jobs so
format errors are surfaced quickly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dsyme dsyme merged commit e1dadaf into main Apr 6, 2026
10 checks passed
@dsyme dsyme deleted the repo-assist/eng-ci-format-check-2026-04-05-23048a75f09df203 branch April 6, 2026 21:39
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.

1 participant