From 145e1ec9cb17387472dafb9a090d16d94bdaa42b Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 25 Jul 2025 22:03:55 +0000 Subject: [PATCH] Add .gitea/workflows/tmate.yml Test tmate action --- .gitea/workflows/tmate.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/tmate.yml diff --git a/.gitea/workflows/tmate.yml b/.gitea/workflows/tmate.yml new file mode 100644 index 0000000..e17ca71 --- /dev/null +++ b/.gitea/workflows/tmate.yml @@ -0,0 +1,9 @@ +name: CI +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Setup tmate session + uses: https://git.phyllo.me/actions/action-tmate@v3 \ No newline at end of file