Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Unterstützung EBICS Signatur A006 #18

Unterstützung EBICS Signatur A006

Unterstützung EBICS Signatur A006 #18

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore ./src/libfintx.sln
- name: Build
run: dotnet build --no-restore ./src/libfintx.sln
- name: Test
run: dotnet test --no-build --verbosity normal ./src/libfintx.sln