SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
1851bae verified
Raw
History Blame Contribute Delete
282 Bytes
//! Workflow definitions for CI/CD
mod autofix;
mod bounty;
mod ci;
mod labels;
mod release_drafter;
mod release_publish;
mod stale;
pub use autofix::*;
pub use bounty::*;
pub use ci::*;
pub use labels::*;
pub use release_drafter::*;
pub use release_publish::*;
pub use stale::*;