Files
Rick Newton-Rogers 7888e86448 Migrate to GitHub Actions
Migrate CI to use GitHub Actions.

Motivation:

To migrate to GitHub actions and centralised infrastructure.

Modifications:

Changes of note:
* Increase minimum Swift version to 5.9
* Adopt swift-format using rules from SwiftNIO
* Remove scripts and docker files which are no longer needed

Result:

Feature parity with old CI.
2024-11-07 10:40:16 +09:00

8 lines
130 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true