From 832da86858889fd83a7285d166eb88085dacb755 Mon Sep 17 00:00:00 2001 From: FabrizioCafolla Date: Thu, 30 Nov 2023 17:50:26 +0100 Subject: [PATCH] fix(ci): add type Podcast to Communities model --- scripts/check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check.py b/scripts/check.py index 5861710..7ffd185 100644 --- a/scripts/check.py +++ b/scripts/check.py @@ -367,7 +367,8 @@ class CommunitiesChecker(Checker): 'Video', 'Audio', 'Other', - 'Coworking trips' + 'Coworking trips', + 'Podcast' ] def __init__(self) -> None: