Skip to content

chore(pre-commit): Configure pre-commit defaults (#59) #132

chore(pre-commit): Configure pre-commit defaults (#59)

chore(pre-commit): Configure pre-commit defaults (#59) #132

name: .NET CI Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
env:
BUILD_CONFIGURATION: Debug
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET Core 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: "Install tools"
uses: taiki-e/install-action@v2
with:
tool: just@1.36.0,git-cliff@2.6.1
- name: Test
run: just test