Skip to content

Commit

Permalink
Add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip authored Sep 20, 2023
1 parent f72a3e3 commit d7e1e9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MyWebsite

[![Node.js CI](https://github.com/andrew-stuart-cross/my-website/actions/workflows/node.js.yml/badge.svg)](https://github.com/andrew-stuart-cross/my-website/actions/workflows/node.js.yml)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/andrew-stuart-cross/my-website/node.js.yml)
[![codecov](https://codecov.io/gh/andrew-stuart-cross/my-website/graph/badge.svg?token=cCIxAWPeGl)](https://codecov.io/gh/andrew-stuart-cross/my-website)
[![Known Vulnerabilities](https://snyk.io/test/github/andrew-stuart-cross/my-website/badge.svg)](https://snyk.io/test/github/andrew-stuart-cross/my-website)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.7.

## Development server
Expand All @@ -24,4 +29,4 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

0 comments on commit d7e1e9b

Please sign in to comment.