Skip to content

Commit

Permalink
Allow formatting to fail on committing
Browse files Browse the repository at this point in the history
  • Loading branch information
MattEdwardsWaggleBee committed Apr 11, 2024
1 parent 6e6887a commit ac2ad55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: dotnet format

- name: Update Styles
continue-on-error: true
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
Expand Down
1 change: 1 addition & 0 deletions Hyperbee.Json.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
ProjectSection(SolutionItems) = preProject
.github\workflows\create-prerelease.yml = .github\workflows\create-prerelease.yml
.github\workflows\create-release.yml = .github\workflows\create-release.yml
.github\workflows\format.yml = .github\workflows\format.yml
.github\workflows\issue-branch.yml = .github\workflows\issue-branch.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
.github\workflows\test-report.yml = .github\workflows\test-report.yml
Expand Down

0 comments on commit ac2ad55

Please sign in to comment.