We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ea5526 + b55ab67 commit 9bca87dCopy full SHA for 9bca87d
README.md
@@ -1 +1,18 @@
1
# Workflow-Testing
2
+
3
+
4
5
+This repository exists purely as a demonstration of an integrated development workflow.
6
+It's made to be intentionally minimal, focusing on CI integration and development tooling rather than the application.
7
8
+---
9
10
+## 🛠 Tech Stack
11
12
+- **Language:** TypeScript
13
+- **Testing:** Jest
14
+- **Linting:** ESLint (`@typescript-eslint`)
15
+- **Formatting:** Prettier
16
+- **CI:** GitHub Actions
17
18
0 commit comments