add new action
test_action / Python3 (push) Waiting to run
Details
test_action / Python3 (push) Waiting to run
Details
This commit is contained in:
parent
4158aefa91
commit
176de62aac
|
@ -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
|
Loading…
Reference in New Issue