-
-
Notifications
You must be signed in to change notification settings - Fork 76
Formatting the source via GitHub Workflow
Florian Kleedorfer edited this page Dec 18, 2024
·
1 revision
If you just submitted a PR and it looks like this:
It is likely because you made some changes to the source files without running the formatter.
Luckily, it is easy to fix this:
- Go to the GitHub website for your fork after you pushed your changes.
- Select the Actions tab at the top and press the "Format sources and commit to branch" workflow.
- Click on the "Run Workflow" button at the right, and choose your branch name from the list presented.
- The workflow will re-serialize the files and commit the changes to the branch you chose. (If you want a copy of the changed files locally, you should execute 'git pull' back on your local machine).