Skip to content

Bump actions/checkout from 3 to 4 (#53) #254

Bump actions/checkout from 3 to 4 (#53)

Bump actions/checkout from 3 to 4 (#53) #254

Workflow file for this run

name: dotnet-format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.100
- name: Install dotnet-format
run: |
dotnet tool install -g dotnet-format
- name: Run dotnet-format
working-directory: ./ChronoJsonDiffPatch
run: dotnet-format ChronoJsonDiffPatch.sln --check