add new action
test_action / Python3 (push) Waiting to run Details

This commit is contained in:
deng 2024-05-20 13:36:10 +00:00
parent 4158aefa91
commit 176de62aac
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
name: test_action
run-name: this is a gitea action test
on: [push]
jobs:
Python3:
runs-on: python:3.10-slim
steps:
- run: python -V