Skip to content

Update go-format-check.yml #1

Update go-format-check.yml

Update go-format-check.yml #1

Workflow file for this run

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.

Check failure on line 3 in .github/workflows/go-format-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go-format-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
Switched the workflow to run on the 'windows-latest' environment. This ensures Go code formatting is checked on a Windows-based system using gofmt.