Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Jul 18, 2024
1 parent ba1550b commit 3995ff6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/dotnet8-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,21 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.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,7 +1,7 @@
# Api5704
[![Build status](https://ci.appveyor.com/api/projects/status/0rnoo3ra0mwyc327?svg=true)](https://ci.appveyor.com/project/diev/api5704)
[![.NET8 Desktop](https://github.com/diev/Api5704/actions/workflows/dotnet8-desktop.yml/badge.svg)](https://github.com/diev/Api5704/actions/workflows/dotnet8-desktop.yml)
[![GitHub Release](https://img.shields.io/github/release/diev/Api5704.svg)](https://github.com/diev/Api5704/releases/latest)
![badge](https://github.com/diev/Api5704/actions/workflows/dotnet8-desktop.yml/badge.svg)

Передача сведений о среднемесячных платежах (ССП) по Указанию Банка
России от 11.01.2021 № 5704-У «О порядке и форме предоставления сведений
Expand Down Expand Up @@ -276,3 +276,5 @@

Licensed under the [Apache License, Version 2.0](LICENSE).
Вы можете использовать эти материалы под свою ответственность.

[![Telegram](https://img.shields.io/badge/t.me-dievdo-blue?logo=telegram)](https://t.me/dievdo)

0 comments on commit 3995ff6

Please sign in to comment.