Skip to content

Commit

Permalink
Update css_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IITI-tushar authored Dec 29, 2024
1 parent acdd27a commit adab723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/css_check.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""Check TypeScript files for CSS violations and embedded CSS."""

import argparse
Expand Down Expand Up @@ -116,4 +118,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit adab723

Please sign in to comment.