Niyanta_repo1/.forgejo/workflows/Demo.yaml
Niyantaben_Patoliya 7a8676a9e3
Some checks are pending
Simple Check / test (push) Waiting to run
.forgejo/workflows/Demo.yaml hinzugefügt
2026-04-16 10:18:11 +00:00

18 lines
No EOL
287 B
YAML

name: Simple Check
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Output Hello
run: echo "The workflow is running successfully"