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