Skip to content

Commit 6b505e3

Browse files
committed
add github actions badges
1 parent 763ef92 commit 6b505e3

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[![Angular Logo](https://www.vectorlogo.zone/logos/angular/angular-icon.svg)](https://angular.io/) [![Electron Logo](https://www.vectorlogo.zone/logos/electronjs/electronjs-icon.svg)](https://electronjs.org/)
22

33
![Maintained][maintained-badge]
4-
[![Travis Build Status][build-badge]][build]
54
[![Make a pull request][prs-badge]][prs]
6-
[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE.md)
5+
[![License][license-badge]](LICENSE.md)
6+
7+
![Linux Build][linux-build-badge]
8+
![MacOS Build][macos-build-badge]
9+
![Windows Build][windows-build-badge]
710

811
[![Watch on GitHub][github-watch-badge]][github-watch]
912
[![Star on GitHub][github-star-badge]][github-star]
@@ -109,16 +112,19 @@ Note: To make it work behind a proxy, you can add this proxy exception in your t
109112
- Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular10)
110113
- Angular 11 & Electron 10 : (master)
111114

112-
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
113-
[build]: https://travis-ci.org/maximegris/angular-electron
114-
[license-badge]: https://img.shields.io/badge/license-Apache2-blue.svg?style=style=flat-square
115-
[license]: https://github.com/maximegris/angula r-electron/blob/master/LICENSE.md
116-
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
115+
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
116+
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
117+
[license]: https://github.com/maximegris/angular-electron/blob/master/LICENSE.md
118+
[prs-badge]: https://img.shields.io/badge/PRs-welcome-red.svg
117119
[prs]: http://makeapullrequest.com
120+
121+
[linux-build-badge]: https://github.com/maximegris/angular-electron/workflows/Linux%20Build/badge.svg
122+
[macos-build-badge]: https://github.com/maximegris/angular-electron/workflows/MacOS%20Build/badge.svg
123+
[windows-build-badge]: https://github.com/maximegris/angular-electron/workflows/Windows%20Build/badge.svg
124+
118125
[github-watch-badge]: https://img.shields.io/github/watchers/maximegris/angular-electron.svg?style=social
119126
[github-watch]: https://github.com/maximegris/angular-electron/watchers
120127
[github-star-badge]: https://img.shields.io/github/stars/maximegris/angular-electron.svg?style=social
121128
[github-star]: https://github.com/maximegris/angular-electron/stargazers
122129
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20angular-electron!%20https://github.com/maximegris/angular-electron%20%F0%9F%91%8D
123130
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/maximegris/angular-electron.svg?style=social
124-
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen

0 commit comments

Comments
 (0)