Skip to content

Commit

Permalink
fixup! ci/package_checks: Add check for included static libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
silkeh committed Mar 30, 2024
1 parent 53d2876 commit 427264a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/CI/package_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def active(self) -> bool:
return (self.start is not None and now > self.start and
(self.end is None or now < self.end))


@dataclass
class StaticLibsConfig:
"""Configuration for the 'StaticLibs' check."""
Expand Down

0 comments on commit 427264a

Please sign in to comment.