chore(gh-actions): add tests

This commit is contained in:
Kristofers Solo
2024-01-09 18:07:00 +02:00
parent c3443b5385
commit 24e4421b7e
3 changed files with 30 additions and 1 deletions

6
tests/test_blank.py Normal file
View File

@@ -0,0 +1,6 @@
import unittest
class TestBlank(unittest.TestCase):
def test(self) -> None:
pass