Skip to content

Commit 520db35

Browse files
Hackathon Update: 2025-06-14 20:16:31
1 parent 42a638b commit 520db35

10 files changed

Lines changed: 246 additions & 1 deletion
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
env:
9+
HACKATHON_PACKAGE_USER: Anshulmehra001
10+
HACKATHON_PACKAGE_NAME: mush-get-started
11+
12+
jobs:
13+
hackathon:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Mush
17+
run: curl -fsSL https://get.javanile.org/mush | sh
18+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
19+
20+
- name: Verify installation
21+
run: mush --version
22+
23+
- name: Verify hackathon package name
24+
run: |
25+
if [ "${HACKATHON_PACKAGE_NAME}" = "mush-get-started" ]; then
26+
echo "Please, rename your repository from 'mush-get-started' to a devops tool name (eg. docker-stop-all, kubemix, etc...)."
27+
echo "Visit the settings page <https://github.com/${HACKATHON_PACKAGE_USER}/mush-get-started/settings>, than change 'Repository name'."
28+
exit 1
29+
fi
30+
31+
- name: Install hackathon package
32+
run: mush install ${HACKATHON_PACKAGE_NAME}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
env:
9+
HACKATHON_PACKAGE_USER: Ashish-Soni08
10+
HACKATHON_PACKAGE_NAME: mush-get-started
11+
12+
jobs:
13+
hackathon:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Mush
17+
run: curl -fsSL https://get.javanile.org/mush | sh
18+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
19+
20+
- name: Verify installation
21+
run: mush --version
22+
23+
- name: Verify hackathon package name
24+
run: |
25+
if [ "${HACKATHON_PACKAGE_NAME}" = "mush-get-started" ]; then
26+
echo "Please, rename your repository from 'mush-get-started' to a devops tool name (eg. docker-stop-all, kubemix, etc...)."
27+
echo "Visit the settings page <https://github.com/${HACKATHON_PACKAGE_USER}/mush-get-started/settings>, than change 'Repository name'."
28+
exit 1
29+
fi
30+
31+
- name: Install hackathon package
32+
run: mush install ${HACKATHON_PACKAGE_NAME}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
env:
9+
HACKATHON_PACKAGE_USER: Carlaestelle
10+
HACKATHON_PACKAGE_NAME: mush-get-started
11+
12+
jobs:
13+
hackathon:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Mush
17+
run: curl -fsSL https://get.javanile.org/mush | sh
18+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
19+
20+
- name: Verify installation
21+
run: mush --version
22+
23+
- name: Verify hackathon package name
24+
run: |
25+
if [ "${HACKATHON_PACKAGE_NAME}" = "mush-get-started" ]; then
26+
echo "Please, rename your repository from 'mush-get-started' to a devops tool name (eg. docker-stop-all, kubemix, etc...)."
27+
echo "Visit the settings page <https://github.com/${HACKATHON_PACKAGE_USER}/mush-get-started/settings>, than change 'Repository name'."
28+
exit 1
29+
fi
30+
31+
- name: Install hackathon package
32+
run: mush install ${HACKATHON_PACKAGE_NAME}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
env:
9+
HACKATHON_PACKAGE_USER: DHARSHAN333
10+
HACKATHON_PACKAGE_NAME: mush-get-started
11+
12+
jobs:
13+
hackathon:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Mush
17+
run: curl -fsSL https://get.javanile.org/mush | sh
18+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
19+
20+
- name: Verify installation
21+
run: mush --version
22+
23+
- name: Verify hackathon package name
24+
run: |
25+
if [ "${HACKATHON_PACKAGE_NAME}" = "mush-get-started" ]; then
26+
echo "Please, rename your repository from 'mush-get-started' to a devops tool name (eg. docker-stop-all, kubemix, etc...)."
27+
echo "Visit the settings page <https://github.com/${HACKATHON_PACKAGE_USER}/mush-get-started/settings>, than change 'Repository name'."
28+
exit 1
29+
fi
30+
31+
- name: Install hackathon package
32+
run: mush install ${HACKATHON_PACKAGE_NAME}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
env:
9+
HACKATHON_PACKAGE_USER: kavin2057
10+
HACKATHON_PACKAGE_NAME: focus_mama
11+
12+
jobs:
13+
hackathon:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Mush
17+
run: curl -fsSL https://get.javanile.org/mush | sh
18+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
19+
20+
- name: Verify installation
21+
run: mush --version
22+
23+
- name: Verify hackathon package name
24+
run: |
25+
if [ "${HACKATHON_PACKAGE_NAME}" = "mush-get-started" ]; then
26+
echo "Please, rename your repository from 'mush-get-started' to a devops tool name (eg. docker-stop-all, kubemix, etc...)."
27+
echo "Visit the settings page <https://github.com/${HACKATHON_PACKAGE_USER}/mush-get-started/settings>, than change 'Repository name'."
28+
exit 1
29+
fi
30+
31+
- name: Install hackathon package
32+
run: mush install ${HACKATHON_PACKAGE_NAME}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
env:
9+
HACKATHON_PACKAGE_USER: vaibhav410
10+
HACKATHON_PACKAGE_NAME: mush-get-started
11+
12+
jobs:
13+
hackathon:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Mush
17+
run: curl -fsSL https://get.javanile.org/mush | sh
18+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
19+
20+
- name: Verify installation
21+
run: mush --version
22+
23+
- name: Verify hackathon package name
24+
run: |
25+
if [ "${HACKATHON_PACKAGE_NAME}" = "mush-get-started" ]; then
26+
echo "Please, rename your repository from 'mush-get-started' to a devops tool name (eg. docker-stop-all, kubemix, etc...)."
27+
echo "Visit the settings page <https://github.com/${HACKATHON_PACKAGE_USER}/mush-get-started/settings>, than change 'Repository name'."
28+
exit 1
29+
fi
30+
31+
- name: Install hackathon package
32+
run: mush install ${HACKATHON_PACKAGE_NAME}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
env:
9+
HACKATHON_PACKAGE_USER: wo1542
10+
HACKATHON_PACKAGE_NAME: mush-get-started
11+
12+
jobs:
13+
hackathon:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Mush
17+
run: curl -fsSL https://get.javanile.org/mush | sh
18+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
19+
20+
- name: Verify installation
21+
run: mush --version
22+
23+
- name: Verify hackathon package name
24+
run: |
25+
if [ "${HACKATHON_PACKAGE_NAME}" = "mush-get-started" ]; then
26+
echo "Please, rename your repository from 'mush-get-started' to a devops tool name (eg. docker-stop-all, kubemix, etc...)."
27+
echo "Visit the settings page <https://github.com/${HACKATHON_PACKAGE_USER}/mush-get-started/settings>, than change 'Repository name'."
28+
exit 1
29+
fi
30+
31+
- name: Install hackathon package
32+
run: mush install ${HACKATHON_PACKAGE_NAME}

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# 🌟 Hackathon Tamasha! 🚀
1414
[![Leaderboard](https://github.com/javanile/hackathon/actions/workflows/leaderboard.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/leaderboard.yml)
15-
![Last Update](https://img.shields.io/badge/Last%20Update-2025--06--13%2020%3A18%3A11%20UTC-blue)
15+
![Last Update](https://img.shields.io/badge/Last%20Update-2025--06--14%2020%3A16%3A32%20UTC-blue)
1616

1717
Welcome to **Hackathon Tamasha**, the continuous DevOps challenge that turns CI/CD into a game and rewards your creativity with real prizes!
1818

@@ -42,6 +42,13 @@ Welcome to **Hackathon Tamasha**, the continuous DevOps challenge that turns CI/
4242
| 6 | [ISWARYA-hash8/mush-get-started](https://github.com/ISWARYA-hash8/mush-get-started) | 1 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@ISWARYA-hash8@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@ISWARYA-hash8@mush-get-started.yml) |
4343
| 7 | [Boweii22/mush-get-started](https://github.com/Boweii22/mush-get-started) | 1 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@Boweii22@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@Boweii22@mush-get-started.yml) |
4444
| 8 | [Azli45/mush-get-started](https://github.com/Azli45/mush-get-started) | 1 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@Azli45@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@Azli45@mush-get-started.yml) |
45+
| 9 | [wo1542/mush-get-started](https://github.com/wo1542/mush-get-started) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@wo1542@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@wo1542@mush-get-started.yml) |
46+
| 10 | [vaibhav410/mush-get-started](https://github.com/vaibhav410/mush-get-started) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@vaibhav410@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@vaibhav410@mush-get-started.yml) |
47+
| 11 | [kavin2057/focus_mama](https://github.com/kavin2057/focus_mama) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@kavin2057@focus_mama.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@kavin2057@focus_mama.yml) |
48+
| 12 | [DHARSHAN333/mush-get-started](https://github.com/DHARSHAN333/mush-get-started) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@DHARSHAN333@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@DHARSHAN333@mush-get-started.yml) |
49+
| 13 | [Carlaestelle/mush-get-started](https://github.com/Carlaestelle/mush-get-started) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@Carlaestelle@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@Carlaestelle@mush-get-started.yml) |
50+
| 14 | [Ashish-Soni08/mush-get-started](https://github.com/Ashish-Soni08/mush-get-started) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@Ashish-Soni08@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@Ashish-Soni08@mush-get-started.yml) |
51+
| 15 | [Anshulmehra001/mush-get-started](https://github.com/Anshulmehra001/mush-get-started) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@Anshulmehra001@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@Anshulmehra001@mush-get-started.yml) |
4552
### 🏅 Hall of Fame
4653
| Month | Year | Winning Project |
4754
|----------|------|------------------------------------|

data/leaderboard.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
{"rank":6, "project":"ISWARYA-hash8/mush-get-started", "stars":1},
88
{"rank":7, "project":"Boweii22/mush-get-started", "stars":1},
99
{"rank":8, "project":"Azli45/mush-get-started", "stars":1},
10+
{"rank":9, "project":"wo1542/mush-get-started", "stars":0},
11+
{"rank":10, "project":"vaibhav410/mush-get-started", "stars":0},
12+
{"rank":11, "project":"kavin2057/focus_mama", "stars":0},
13+
{"rank":12, "project":"DHARSHAN333/mush-get-started", "stars":0},
14+
{"rank":13, "project":"Carlaestelle/mush-get-started", "stars":0},
15+
{"rank":14, "project":"Ashish-Soni08/mush-get-started", "stars":0},
16+
{"rank":15, "project":"Anshulmehra001/mush-get-started", "stars":0},
1017
{}
1118
]

data/leaderboard.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0 vaibhav410/mush-get-started
2+
0 Anshulmehra001/mush-get-started
3+
0 Carlaestelle/mush-get-started
4+
0 kavin2057/focus_mama
5+
0 Ashish-Soni08/mush-get-started
6+
0 DHARSHAN333/mush-get-started
7+
0 wo1542/mush-get-started
18
1 swapnilAx/mush-get-started
29
1 ISWARYA-hash8/mush-get-started
310
1 sparth510/mush-get-started

0 commit comments

Comments
 (0)