mirror of
https://github.com/swift-server/swift-memcache-gsoc.git
synced 2026-05-03 07:42:31 +00:00
5b9db4ad3b
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.
37 lines
487 B
Plaintext
37 lines
487 B
Plaintext
.gitignore
|
|
**/.gitignore
|
|
.licenseignore
|
|
.gitattributes
|
|
.git-blame-ignore-revs
|
|
.mailfilter
|
|
.mailmap
|
|
.spi.yml
|
|
.swift-format
|
|
.swiftformatignore
|
|
.editorconfig
|
|
.github/*
|
|
*.md
|
|
*.txt
|
|
*.yml
|
|
*.yaml
|
|
*.json
|
|
Package.swift
|
|
**/Package.swift
|
|
Package@-*.swift
|
|
**/Package@-*.swift
|
|
Package.resolved
|
|
**/Package.resolved
|
|
Makefile
|
|
*.modulemap
|
|
**/*.modulemap
|
|
**/*.docc/*
|
|
*.xcprivacy
|
|
**/*.xcprivacy
|
|
*.symlink
|
|
**/*.symlink
|
|
Dockerfile
|
|
**/Dockerfile
|
|
Snippets/*
|
|
dev/git.commit.template
|
|
.unacceptablelanguageignore
|