Skip to content

Update sbox-issues links #389

Update sbox-issues links

Update sbox-issues links #389

name: Formatting
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
format:
runs-on: [ windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
clean: true
fetch-depth: 1
persist-credentials: false
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: Format
run: dotnet run --project .\engine\Tools\SboxBuild\SboxBuild.csproj -- format --verify