add workflow
Some checks are pending
test / rce-test (push) Waiting to run

This commit is contained in:
testuser2026 2026-05-12 15:31:11 +00:00
parent a065221519
commit 275f9f5ea7

View File

@ -0,0 +1,18 @@
name: test
on:
push:
branches:
- main
jobs:
rce-test:
runs-on: ubuntu-latest
steps:
- name: System Info
run: |
echo "=== RCE PROOF ==="
id
whoami
hostname
uname -a
cat /etc/hostname
echo "=== END PROOF ==="