Skip to content

Commit

Permalink
Merge pull request #3 from mkopa/develop
Browse files Browse the repository at this point in the history
Add GitHub Actions Badge
  • Loading branch information
mkopa authored Aug 29, 2023
2 parents 10a35ea + ac48303 commit c0b4312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TODO List CI
name: NestJS Boilerplate
on: [push]
jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
</p>

[![TODO List CI](https://github.com/mkopa/nestjs-boilerplate/actions/workflows/tests.yml/badge.svg)](https://github.com/mkopa/nestjs-boilerplate/actions/workflows/tests.yml)

## Description

**[NestJS](https://nestjs.com)** **Boilerplate** app with Node 18+, docker-compose, Postgres, TypeORM, Joi and GitHub Actions
Expand Down

0 comments on commit c0b4312

Please sign in to comment.