add test action
test / hello (push) Successful in 32s

This commit is contained in:
Matteo Rosati
2026-04-22 23:03:33 +02:00
parent b7aeb68da9
commit 0d5983f047
+15
View File
@@ -0,0 +1,15 @@
name: test
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Show basic info
run: |
echo "Hello from Gitea Actions"
uname -a