fix(CI): typo (#21347)

This commit is contained in:
Kitzunu 2025-02-07 09:51:25 +01:00 committed by GitHub
parent 82c85e7067
commit 2c561f0433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,7 +221,7 @@ def backtick_check(file: io, file_path: str) -> None:
continue
# Ignore SET variables with multiple lines
if line.startwith('@'):
if line.startswith('@'):
continue
# Sanitize single- and doublequotes to prevent false positives