Skip to content

Commit

Permalink
chore: disable code format check
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 10, 2023
1 parent e1b2f04 commit fa30fb4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Run dotnet format
id: format
uses: jfversluis/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
only-changed-files: false
workspace: "PrismLibrary.sln"
# - name: Run dotnet format
# id: format
# uses: jfversluis/[email protected]
# with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# only-changed-files: false
# workspace: "PrismLibrary.sln"

0 comments on commit fa30fb4

Please sign in to comment.