.github/workflows/Demo.yaml hinzugefügt
Some checks failed
Simple Check / test (push) Has been cancelled
Some checks failed
Simple Check / test (push) Has been cancelled
This commit is contained in:
parent
9683ff8658
commit
3adcdacb4d
1 changed files with 19 additions and 0 deletions
19
.github/workflows/Demo.yaml
vendored
Normal file
19
.github/workflows/Demo.yaml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
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