Skip to content

Commit

Permalink
chore: update Makefile with phony targets and clean up README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
filipe1309 committed Nov 14, 2024
1 parent c151450 commit 82d986a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: test run help

# run tests
test:
@echo "🟢 Running tests..."
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# <p align="center">ShubCoGen Template™ 💀</p>


## 💬 About

**S**keleton Git**Hub** **Co**urse **Gen**erator.
Expand All @@ -17,7 +16,7 @@ When you create a new repository using this template, it triggers a GitHub Actio
4. Wait for the GitHub Actions workflow to finish.
5. Clone the repository.

## :rocket: Features
## 📦 Features

- [x] GitHub Actions workflow to clean up the template files.
- [x] README.md with sections and badges.
Expand Down

0 comments on commit 82d986a

Please sign in to comment.