Skip to content

Fetch tags before trying to check them out (#114) #72

Fetch tags before trying to check them out (#114)

Fetch tags before trying to check them out (#114) #72

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