Skip to content

Add reusable line endings check workflow#2246

Merged
gdams merged 3 commits intomicrosoft/mainfrom
dev/mclayton/line-endings-workflow
Apr 23, 2026
Merged

Add reusable line endings check workflow#2246
gdams merged 3 commits intomicrosoft/mainfrom
dev/mclayton/line-endings-workflow

Conversation

@michelle-clayton-work
Copy link
Copy Markdown
Contributor

This pull request adds a new GitHub Actions workflow to ensure consistent line endings in the codebase for all branches under the microsoft/* namespace.

CI/CD workflow improvements:

  • Added a .github/workflows/check-line-endings.yml file that configures a workflow to check line endings using a reusable workflow from microsoft/go-infra. This workflow runs on both pushes and pull requests targeting microsoft/* branches.

Copilot AI review requested due to automatic review settings April 22, 2026 17:23
@michelle-clayton-work michelle-clayton-work requested a review from a team as a code owner April 22, 2026 17:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow that enforces consistent line endings by delegating to a reusable workflow in microsoft/go-infra, targeting microsoft/* branches.

Changes:

  • Added .github/workflows/check-line-endings.yml to run on push and pull_request for microsoft/*.
  • Configured the job to use the reusable microsoft/go-infra line-endings check workflow.

Comment thread .github/workflows/check-line-endings.yml Outdated
@gdams gdams merged commit 0f6d647 into microsoft/main Apr 23, 2026
59 checks passed
@gdams gdams deleted the dev/mclayton/line-endings-workflow branch April 23, 2026 08:14
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.

3 participants