diff --git a/.forgejo/actions/python/action.yaml b/.forgejo/actions/python/action.yaml new file mode 100644 index 0000000..1b8bd7c --- /dev/null +++ b/.forgejo/actions/python/action.yaml @@ -0,0 +1,5 @@ +name: "Run Python Tests" +description: "Runs the Python Tests" +runs: + using: "docker" + image: "Dockerfile"