File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "schemaVersion" : 1 ,
3
+ "label" : " completion" ,
4
+ "message" : " 17/25" ,
5
+ "color" : " yellow"
6
+ }
Original file line number Diff line number Diff line change 1
1
# Advent of Code 2018 - My Solutions
2
2
[ ![ Build Status] ( https://github.com/mariotacke/advent-of-code-2018/workflows/build/badge.svg )] ( https://github.com/mariotacke/advent-of-code-2018/actions )
3
+ [ ![ Completion Status] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2018/master/.github/badges/completion.json )] ( https://github.com/mariotacke/advent-of-code-2018 )
3
4
[ ![ Dependency Status] ( https://img.shields.io/david/mariotacke/advent-of-code-2018.svg )] ( https://david-dm.org/mariotacke/advent-of-code-2018 )
4
5
[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/mariotacke/advent-of-code-2018/master/LICENSE )
5
6
@@ -36,9 +37,9 @@ Collect stars by solving puzzles. Two puzzles will be made available on each day
36
37
Each day contains its own set of tests. To run them type ` npm test ` .
37
38
38
39
## Previous Years
39
- - [ 2017] ( https://github.com/mariotacke/advent-of-code-2017 )
40
- - [ 2016] ( https://github.com/mariotacke/advent-of-code-2016 )
41
- - [ 2015] ( https://github.com/mariotacke/advent-of-code-2015 )
40
+ - [ ![ Completion Status ] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code- 2017/master/.github/badges/completion.json&label=2017 ) ]( https://github.com/mariotacke/advent-of-code-2017 )
41
+ - [ ![ Completion Status ] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code- 2016/master/.github/badges/completion.json&label=2016 ) ]( https://github.com/mariotacke/advent-of-code-2016 )
42
+ - [ ![ Completion Status ] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code- 2015/master/.github/badges/completion.json&label=2015 ) ]( https://github.com/mariotacke/advent-of-code-2015 )
42
43
43
44
## Visit
44
45
- http://adventofcode.com/2018
You can’t perform that action at this time.
0 commit comments