From 1258ee7e08c9c1212f66fedbaac43733a5480bbb Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Fri, 16 Aug 2024 06:26:09 +0100 Subject: [PATCH] try adding an actions file --- .forgejo/actions/python/action.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .forgejo/actions/python/action.yaml 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"