Skip to content

Commit 3a49d19

Browse files
Hackathon Update: 2025-07-27 20:18:40
1 parent f5cef4d commit 3a49d19

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed
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: MayankOps
10+
HACKATHON_PACKAGE_NAME: docker-cleanup
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-2025--07--26%2020%3A17%3A57%20UTC-blue)
15+
![Last Update](https://img.shields.io/badge/Last%20Update-2025--07--27%2020%3A18%3A40%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

@@ -48,6 +48,7 @@ Welcome to **Hackathon Tamasha**, the continuous DevOps challenge that turns CI/
4848
| 12 | [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) |
4949
| 13 | [Ashish-Soni08/mush-get-started](https://github.com/Ashish-Soni08/mush-get-started) | 1 | [![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) |
5050
| 14 | [Anshulmehra001/mush-get-started](https://github.com/Anshulmehra001/mush-get-started) | 1 | [![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) |
51+
| 15 | [MayankOps/docker-cleanup](https://github.com/MayankOps/docker-cleanup) | 0 | [![Status](https://github.com/javanile/hackathon/actions/workflows/@MayankOps@docker-cleanup.yml/badge.svg)](https://github.com/javanile/hackathon/actions/workflows/@MayankOps@docker-cleanup.yml) |
5152
### 🏅 Hall of Fame
5253
| Month | Year | Winning Project |
5354
|----------|------|------------------------------------|

data/leaderboard.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
{"rank":12, "project":"Azli45/mush-get-started", "stars":1},
1414
{"rank":13, "project":"Ashish-Soni08/mush-get-started", "stars":1},
1515
{"rank":14, "project":"Anshulmehra001/mush-get-started", "stars":1},
16+
{"rank":15, "project":"MayankOps/docker-cleanup", "stars":0},
1617
{}
1718
]

data/leaderboard.txt

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

0 commit comments

Comments
 (0)