Skip to content

CI: use caching and split Build and Tests step #60

CI: use caching and split Build and Tests step

CI: use caching and split Build and Tests step #60

Workflow file for this run

name: Code Style Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Check Formatting
run: dotnet format ./src/ --verify-no-changes -v:diag