Skip to content

Commit

Permalink
add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
85degree committed Feb 28, 2021
1 parent ba21dac commit 5de4398
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet build --no-restore
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Terbilang Standard
[![.NET](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/dotnet.yml/badge.svg)](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/dotnet.yml)
[![Unit Tests](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/unittests.yml/badge.svg)](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/unittests.yml)
## Synopsis
Terbilang (netstandard2.0) is C# library for converting numeric into words in Bahasa.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Version>1.0.0</Version>
<Authors>DenganID</Authors>
<Company>PT Dengan Ide Cipta Solusi</Company>
<PackageDescription>Terbilang</PackageDescription>
<RepositoryUrl>https://github.com/DenganID/DenganID.Terbilang.Standard</RepositoryUrl>
</PropertyGroup>

</Project>

0 comments on commit 5de4398

Please sign in to comment.