From ac2ad5545ba14fb3161d391adfebb8731d0d2327 Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Thu, 11 Apr 2024 15:12:09 -0400 Subject: [PATCH] Allow formatting to fail on committing --- .github/workflows/format.yml | 1 + Hyperbee.Json.sln | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index c403973e..7be939ee 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 'github-actions@github.com' diff --git a/Hyperbee.Json.sln b/Hyperbee.Json.sln index 16e89359..39ba2a45 100644 --- a/Hyperbee.Json.sln +++ b/Hyperbee.Json.sln @@ -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