Add scripts for better CI by fabianfett · Pull Request #58 · swift-server/RediStack

Conversation

@fabianfett

Motivation

Setup scripts for soundness checks, api breakage checks and so forth.

Changes

  • Remove the docs/theme folder that was used in the past for jazzy documentation
  • Use more inclusive language
  • Add soundness script
  • Add api breakage script

Base automatically changed from ff-ci to main

June 16, 2023 16:37

@yim-lee

@yim-lee

Ignore "documentation check" failure for now. It's not quite ready yet and has been disabled.

yim-lee

matching_files=( -name '*' )
case "$language" in
swift-or-c)
exceptions=( -name c_nio_http_parser.c -o -name c_nio_http_parser.h -o -name cpp_magic.h -o -name Package.swift -o -name CNIOSHA1.h -o -name c_nio_sha1.c -o -name ifaddrs-android.c -o -name ifaddrs-android.h -o -name 'Package@swift*.swift' )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove some of these exceptions

Labels

2 participants

@fabianfett @yim-lee