mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
add CI for C# snippets
This commit is contained in:
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -57,3 +57,19 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd snippets/dart_snippets
|
cd snippets/dart_snippets
|
||||||
dart analyze --fatal-infos
|
dart analyze --fatal-infos
|
||||||
|
|
||||||
|
check-csharp:
|
||||||
|
name: Check C# snippets
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup dotnet
|
||||||
|
uses: actions/setup-dotnet@v3
|
||||||
|
with:
|
||||||
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
|
- name: Build the csharp project
|
||||||
|
working-directory: snippets/csharp
|
||||||
|
run: dotnet build
|
||||||
|
|||||||
Reference in New Issue
Block a user