This commit is contained in:
9
.gitea/workflows/test_action.yaml
Normal file
9
.gitea/workflows/test_action.yaml
Normal 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
|
Reference in New Issue
Block a user