Update go-format-check.yml #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ci(go): add gofmt check on Windows for code formatting | ||
Configured a CI workflow to run gofmt on the 'my-ci-branch' branch for both push and pull request events. | ||
Switched the workflow to run on the 'windows-latest' environment. This ensures Go code formatting is checked on a Windows-based system using gofmt. |