Initial Testing
Some checks are pending
Test CI/CD / test (push) Waiting to run

This commit is contained in:
2025-03-05 09:25:39 -08:00
commit b30c4b9a84

View File

@@ -0,0 +1,16 @@
name: Test CI/CD
on:
push:
branches:
- main
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Hello World
run: echo "Hello, CI/CD!"