simple check if file runs
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
"""
|
||||||
|
Run tasks based on webhooks configured in Gitea.
|
||||||
|
|
||||||
|
Command-line optinos:
|
||||||
|
--debug, -d Send more detailed log output to console.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from pathlib import Path
|
||||||
|
from os import X_OK
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
assert Path(__file__).exists()
|
||||||
Reference in New Issue
Block a user