Skip to content

github: update action versions #70

github: update action versions

github: update action versions #70

Workflow file for this run

name: Formatting and Linting
on: [push, pull_request, workflow_dispatch]
jobs:
check_formatting:
runs-on: ubuntu-latest
name: Check Formatting
steps:
- uses: actions/checkout@v4
- run: dotnet tool restore
- run: dotnet csharpier --check .