Skip to content

Commit 8b6c778

Browse files
committed
chore: update README and remove test workflow
- Added badges for tests and linting to README.md. - Removed obsolete test.yml workflow file.
1 parent ef4d0b4 commit 8b6c778

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Tests
22

33
on:
44
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
[![Drizzle](https://img.shields.io/badge/Drizzle-C5F74F?logo=drizzle&logoColor=000)](https://orm.drizzle.team)
77
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white)](https://www.typescriptlang.org)
88
[![Docker](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white)](https://www.docker.com)
9+
[![Tests](https://github.com/truehazker/elysia-boilerplate/actions/workflows/test.yml/badge.svg)](https://github.com/truehazker/elysia-boilerplate/actions/workflows/test.yml)
10+
[![Lint](https://github.com/truehazker/elysia-boilerplate/actions/workflows/lint.yml/badge.svg)](https://github.com/truehazker/elysia-boilerplate/actions/workflows/lint.yml)
911

1012
A modern, production-ready boilerplate for building APIs with Elysia, Bun runtime, and PostgreSQL.
1113

0 commit comments

Comments
 (0)