Skip to content

Commit

Permalink
update actions and README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredtao committed Nov 30, 2019
1 parent 9025e78 commit 26125cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: DesignPatternCI

on: [push]

Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Design Pattern
# Design Pattern
设计模式

## 简介
Expand All @@ -7,9 +7,9 @@

使用C++11实现

## Build status
## CI - Travis/Appveyor

| [Linux][lin-link] | [Windows][win-link] | [Coveralls][cov-link] |
| [Ubuntu][lin-link] | [Windows][win-link] | [Coveralls][cov-link] |
| :---------------: | :-----------------: | :-------------------: |
| ![lin-badge] | ![win-badge] | ![cov-badge] |

Expand All @@ -20,6 +20,13 @@
[cov-badge]: https://coveralls.io/repos/github/wentaojia2014/DesignPattern/badge.svg?branch=master "Coveralls coverage"
[cov-link]: https://coveralls.io/github/wentaojia2014/DesignPattern?branch=master "Coveralls coverage"

## CI - Github-Actions
| [Github-Actions][actions-link]|
| :---------------:|
|![actions-badge]|
[actions-link]: https://github.com/JaredTao/DesignPattern/actions "Github-Actions"
[actions-badge]: https://github.com/JaredTao/DesignPattern/workflows/DesignPatternCI/badge.svg "Github-Actions"

## License
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jaredtao/TaoJson/blob/master/LICENSE)

Expand Down

0 comments on commit 26125cf

Please sign in to comment.