.forgejo/workflows/Demo.yaml hinzugefügt
Some checks are pending
Simple Check / test (push) Waiting to run

This commit is contained in:
Niyantaben_Patoliya 2026-04-16 10:18:11 +00:00
parent 7e0bf74468
commit 7a8676a9e3

View file

@ -0,0 +1,18 @@
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"