Add scripts for better CI by fabianfett · Pull Request #58 · swift-server/RediStack
Conversation
Motivation
Setup scripts for soundness checks, api breakage checks and so forth.
Changes
- Remove the
docs/themefolder 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| 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters