Skip to content

Bump Npgsql from 6.0.7 to 8.0.3 in /Ayano.Core #50

Bump Npgsql from 6.0.7 to 8.0.3 in /Ayano.Core

Bump Npgsql from 6.0.7 to 8.0.3 in /Ayano.Core #50

Workflow file for this run

name: Format check on pull request
on: pull_request
jobs:
dotnet-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Add dotnet-format problem matcher
uses: xt0rted/dotnet-format-problem-matcher@v1
- name: Restore dotnet tools
uses: xt0rted/dotnet-tool-restore@v1
- name: Run dotnet format
uses: xt0rted/dotnet-format@v1
with:
only-changed-files: "true"