maze-solver/.forgejo/actions/python/action.yaml
Dan Anglin 1258ee7e08
All checks were successful
test / test (pull_request) Successful in 3s
try adding an actions file
2024-08-16 06:26:09 +01:00

5 lines
108 B
YAML

name: "Run Python Tests"
description: "Runs the Python Tests"
runs:
using: "docker"
image: "Dockerfile"