Skip to content

Bump GraphQL.Client.Serializer.SystemTextJson from 6.0.3 to 6.1.0 #2450

Bump GraphQL.Client.Serializer.SystemTextJson from 6.0.3 to 6.1.0

Bump GraphQL.Client.Serializer.SystemTextJson from 6.0.3 to 6.1.0 #2450

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
env:
HUSKY: 0
jobs:
csharpier:
name: CSharpier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install tool dependencies
run: dotnet tool restore
- name: CSharpier check
run: |
dotnet csharpier --version
dotnet csharpier . --check