chore: Adds basic CI.

This commit is contained in:
imterah 2024-11-24 12:09:20 -05:00
parent a704e75851
commit ab5be52750
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
7 changed files with 73 additions and 3 deletions

View file

@ -15,7 +15,7 @@ from typing import Optional
latest_format_ver = 1
print("KubeSync (KittehCluster, v1.0.0-test)")
print("KubeSync (KittehCluster, v1.0.1)")
parser = argparse.ArgumentParser(description="Knockoff of ansible for K3s. By default, provisions only")