try adding an actions file
All checks were successful
test / test (pull_request) Successful in 3s

This commit is contained in:
Dan Anglin 2024-08-16 06:26:09 +01:00
parent 091d89c68c
commit 1258ee7e08
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -0,0 +1,5 @@
name: "Run Python Tests"
description: "Runs the Python Tests"
runs:
using: "docker"
image: "Dockerfile"