Add Formatting To CI/CD

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-02-24 01:00:32 -05:00
parent 5dbb8d3d60
commit 3752dd01ab
3 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ For more information, see the [documentation for the Swift-DocC plugin](https://
To check the format:
```console
$ swift package plugin --allow-writing-to-package-directory swiftformat
$ swift-format --recursive -i Sources/
```