Skip to content

Supporting c# 12 (#916) #286

Supporting c# 12 (#916)

Supporting c# 12 (#916) #286

name: Format Repositories
on:
push:
branches: [ main ]
paths:
- "Src/CSharpier/**/*"
jobs:
format_repositories:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: csharpier
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.304'
- uses: actions/checkout@v2
with:
repository: belav/csharpier-repos
path: csharpier-repos
- run: dotnet build csharpier/Src/CSharpier.Cli/CSharpier.Cli.csproj -c release
- run: dotnet csharpier/Src/CSharpier.Cli/bin/release/net7.0/dotnet-csharpier.dll csharpier-repos --skip-write