Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit fc44f3c

Browse files
committed
Example git push
0 parents  commit fc44f3c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Cicada Demo
2+
3+
This is a demo repo for Cicada. Click on the green check mark next to the commit
4+
to see the workflow run.

hello_world.ci

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This is a basic CI file to show off the features of Cicada
2+
3+
on git.push
4+
5+
echo Hello from (event.provider)!
6+
7+
shell neofetch
8+
9+
echo
10+
echo Contents of this workflow file:
11+
12+
let filename = "hello_world.ci"
13+
14+
shell cat (filename)

0 commit comments

Comments
 (0)