Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /ImperatorToCK3.UnitTests #1734

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /ImperatorToCK3.UnitTests

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /ImperatorToCK3.UnitTests #1734

Workflow file for this run

name: Check spelling
on: [pull_request]
jobs:
misspell:
name: Check spelling
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- name: Check spelling
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
locale: "US"
reporter: github-pr-review
level: warning