image test
All checks were successful
/ test (push) Successful in 10s

This commit is contained in:
Job van der Valk 2024-05-30 15:47:56 +02:00
parent 66dd2fca53
commit cc99ea79d8

View file

@ -2,6 +2,8 @@ on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
container:
image: debian:stable-slim
steps: steps:
- run: python3 --version - run: echo "hello world"