Skip to content

Fix KeyNotFound exception at startup #17

Fix KeyNotFound exception at startup

Fix KeyNotFound exception at startup #17

Workflow file for this run

name: Check Formatting
on:
push:
paths-ignore:
- "**"
- "!**.cs"
jobs:
check-formatting:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
with:
submodules: recursive
- name: Restore tools
run: dotnet tool restore
- name: Check formatting
run: dotnet tool run csharpier check .