Files
Chromy/.gitea/workflows/test.yaml
T
Matteo Rosati 0d5983f047
test / hello (push) Successful in 32s
add test action
2026-04-22 23:03:33 +02:00

16 lines
211 B
YAML

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