Skip to content

Commit

Permalink
Add versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadNedzlek authored Jan 16, 2024
1 parent a359d55 commit 37cdfa8
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand All @@ -16,10 +14,16 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Git Version
id: version
uses: codacy/[email protected]
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 37cdfa8

Please sign in to comment.