.forgejo/workflows/Demo.yaml hinzugefügt
Some checks are pending
Simple Check / test (push) Waiting to run
Some checks are pending
Simple Check / test (push) Waiting to run
This commit is contained in:
parent
7e0bf74468
commit
7a8676a9e3
1 changed files with 18 additions and 0 deletions
18
.forgejo/workflows/Demo.yaml
Normal file
18
.forgejo/workflows/Demo.yaml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue