Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kek-Sec committed May 25, 2022
2 parents e0d0e93 + 0149df0 commit f9f3042
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: .NET

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 20i API dotnet libary

![Nuget](https://img.shields.io/nuget/v/20i-api-dotnet?style=flat-square)
![Nuget](https://img.shields.io/nuget/v/20i-api-dotnet?style=flat-square)
#### [Nuget Gallery](https://www.nuget.org/packages/20i-api-dotnet/)


#### Get started with 3 steps

Expand Down

0 comments on commit f9f3042

Please sign in to comment.