Skip to content

CI: BIE6 configuration and Release workflow #21

CI: BIE6 configuration and Release workflow

CI: BIE6 configuration and Release workflow #21

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 .