Skip to content

Commit

Permalink
CI and LICENSE badge
Browse files Browse the repository at this point in the history
  • Loading branch information
SebbyLaw committed Mar 9, 2021
1 parent 5e21225 commit df861e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Tapioca

[![Build Status][GHAction-image]][GHAction-link]
[![LICENSE][LICENSE-image]][LICENSE-link]

A collection of code that shouldn't be redundantly re-written every year.

## Contributing
Expand All @@ -16,3 +19,8 @@ cd Tapioca
./gradlew build # Linux, MacOS
gradlew.bat build # Windows
```

[GHAction-image]: https://github.com/MillsRoboticsTeam253/Tapioca/workflows/CI/badge.svg?branch=master&event=push
[GHAction-link]: https://github.com/MillsRoboticsTeam253/Tapioca/actions?query=event%3Apush+branch%3Amaster
[LICENSE-image]: https://img.shields.io/github/license/MillsRoboticsTeam253/Tapioca
[LICENSE-link]: https://github.com/MillsRoboticsTeam253/Tapioca/blob/master/LICENSE

0 comments on commit df861e5

Please sign in to comment.