Update k8s VmSize #1266
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: Format check on pull request | |
on: pull_request | |
jobs: | |
dotnet-format: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/[email protected] | |
- name: Remove nuget.config | |
uses: JesseTG/[email protected] | |
with: | |
path: nuget.config | |
- name: Run dotnet format | |
shell: bash | |
run: | | |
dotnet format --verify-no-changes --verbosity detailed |