define reponses model for application api and update the Queries dire… #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DotNet | |
on: [pull_request] | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
name: Format | |
steps: | |
- uses: actions/checkout@v2 | |
- run: dotnet tool install -g dotnet-format | |
- name: Add dotnet-format problem matcher | |
uses: xt0rted/dotnet-format-problem-matcher@v1 | |
- name: Run dotnet format | |
uses: xt0rted/dotnet-format@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |