From 7a8676a9e3fa155b320a82301d8f7e4660451f48 Mon Sep 17 00:00:00 2001 From: Niyantaben_Patoliya Date: Thu, 16 Apr 2026 10:18:11 +0000 Subject: [PATCH] =?UTF-8?q?.forgejo/workflows/Demo.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/Demo.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .forgejo/workflows/Demo.yaml diff --git a/.forgejo/workflows/Demo.yaml b/.forgejo/workflows/Demo.yaml new file mode 100644 index 0000000..25264c5 --- /dev/null +++ b/.forgejo/workflows/Demo.yaml @@ -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" \ No newline at end of file