Files
KubeSetup/.gitea/workflows/main.yaml
Ken Johnson b04678da50
All checks were successful
Test CI/CD / test (push) Successful in 1m29s
Make changes to runners allowed on
2025-03-05 09:30:33 -08:00

17 lines
233 B
YAML

name: Test CI/CD
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Hello World
run: echo "Hello, CI/CD!"