Skip to content

Commit

Permalink
Merge pull request #228 from BoBoBaSs84/BoBoBaSs84-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 authored Oct 11, 2023
2 parents 358b660 + c5fdacc commit c6a604a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET48 Build & Test
name: CI

on:
push:
Expand All @@ -8,11 +8,11 @@ on:

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit c6a604a

Please sign in to comment.