Skip to content

Commit a855796

Browse files
Hackathon Update: 2026-05-11 21:13:41
1 parent a7fab26 commit a855796

4 files changed

Lines changed: 36 additions & 1 deletion

File tree

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: ingchrist
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: 2 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-2026--05--10%2020%3A42%3A14%20UTC-blue)
15+
![Last Update](https://img.shields.io/badge/Last%20Update-2026--05--11%2021%3A13%3A42%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

@@ -44,6 +44,7 @@ Welcome to **Hackathon Tamasha**, the continuous DevOps challenge that turns CI/
4444
| 8 | [DHARSHAN333/mush-get-started](https://github.com/DHARSHAN333/mush-get-started) | 1 | [![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) |
4545
| 9 | [Carlaestelle/mush-get-started](https://github.com/Carlaestelle/mush-get-started) | 1 | [![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) |
4646
| 10 | [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) |
47+
| 11 | [ingchrist/mush-get-started](https://github.com/ingchrist/mush-get-started) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@ingchrist@mush-get-started.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@ingchrist@mush-get-started.yml) |
4748
### 🏅 Hall of Fame
4849
| Month | Year | Winning Project |
4950
|----------|------|------------------------------------|

data/leaderboard.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
{"rank":8, "project":"DHARSHAN333/mush-get-started", "stars":1},
1010
{"rank":9, "project":"Carlaestelle/mush-get-started", "stars":1},
1111
{"rank":10, "project":"Boweii22/mush-get-started", "stars":1},
12+
{"rank":11, "project":"ingchrist/mush-get-started", "stars":0},
1213
{}
1314
]

data/leaderboard.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0 ingchrist/mush-get-started
12
2 Anshulmehra001/mush-get-started
23
1 Carlaestelle/mush-get-started
34
1 DHARSHAN333/mush-get-started

0 commit comments

Comments
 (0)