Switch to using webhook_bridge instead of lighthouse for triggering the CI.

This commit is contained in:
Tom Alexander
2024-09-29 22:31:22 -04:00
parent 841a348dd0
commit c6cde8db74
12 changed files with 188 additions and 205 deletions

View File

@@ -47,6 +47,7 @@ pub struct Section<'s> {
}
#[derive(Debug)]
#[allow(clippy::large_enum_variant)]
pub enum DocumentElement<'s> {
Heading(Heading<'s>),
Section(Section<'s>),