From 176de62aac3a3e18379cb144f40a8b6f5ee63b6b Mon Sep 17 00:00:00 2001 From: deng Date: Mon, 20 May 2024 13:36:10 +0000 Subject: [PATCH] add new action --- .gitea/workflows/test_action.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test_action.yaml diff --git a/.gitea/workflows/test_action.yaml b/.gitea/workflows/test_action.yaml new file mode 100644 index 0000000..7473ec5 --- /dev/null +++ b/.gitea/workflows/test_action.yaml @@ -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