File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- name : build
1
+ name : CI
2
2
3
3
on : [push, pull_request]
4
4
15
15
matrix :
16
16
os : [ 'ubuntu-latest', 'windows-latest' ]
17
17
env :
18
- DOTNET_NOLOGO : true
19
18
DOTNET_CLI_TELEMETRY_OPTOUT : true
20
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
21
19
steps :
22
20
- uses : actions/checkout@v4
23
21
- name : Setup .NET
Original file line number Diff line number Diff line change 1
1
# Aeron.NET
2
- [ ![ GitHub Actions] ( https://github.com/AdaptiveConsulting/Aeron.NET/workflows/build /badge.svg )] ( https://github.com/AdaptiveConsulting/Aeron.NET/actions?query=workflow%3Abuild )
2
+ [ ![ GitHub Actions] ( https://github.com/AdaptiveConsulting/Aeron.NET/workflows/ci.yml /badge.svg?branch=master )] ( https://github.com/AdaptiveConsulting/Aeron.NET/actions )
3
3
[ ![ NuGet] ( https://img.shields.io/nuget/v/Aeron.Client.svg )] ( https://www.nuget.org/packages/Aeron.Client/ )
4
4
5
5
A .NET port of the [ Aeron Client] ( https://github.com/real-logic/Aeron ) .
You can’t perform that action at this time.
0 commit comments