Files
Rick Newton-Rogers 5b9db4ad3b Migrate to GitHub Actions (#44)
Migrate CI to use GitHub Actions.

### Motivation:

To migrate to GitHub actions and centralised infrastructure.

### Modifications:

Changes of note:
* Bump minimum Swift version to 5.9 in line with CI coverage.
* Adopt NIO formatting rules
* Remove scripts and docker files which are no longer needed.
* Fixup minor changes in `NIOAsyncChannel` API usage

### Result:

Feature parity with old CI plus additional soundness checks.
2024-11-12 17:03:17 +01: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