update action
All checks were successful
test_action / Python3 (push) Successful in 8s

This commit is contained in:
2024-05-20 13:38:25 +00:00
parent 176de62aac
commit 749172f13d

View File

@ -4,6 +4,7 @@ on: [push]
jobs: jobs:
Python3: Python3:
runs-on: python:3.10-slim runs-on: ubuntu-latest
steps: steps:
- run: echo "Hello World"
- run: python -V - run: python -V