From 570d085c3e1efa64848f6839694df65dded78657 Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Mon, 12 Aug 2024 18:46:59 +0900 Subject: [PATCH] chore: Update dotnet-format action to version 0.2.0 --- .github/workflows/net80-dotnet-format-action.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/net80-dotnet-format-action.yml b/.github/workflows/net80-dotnet-format-action.yml index aa5ba49..2db872f 100644 --- a/.github/workflows/net80-dotnet-format-action.yml +++ b/.github/workflows/net80-dotnet-format-action.yml @@ -14,11 +14,8 @@ permissions: pull-requests: write jobs: - run-dotnet-format: + run-action-dotnet-format: runs-on: ubuntu-latest - defaults: - run: - working-directory: 'dotnet/net8.0' steps: - uses: actions/checkout@v4 - name: Setup .NET SDK @@ -30,7 +27,7 @@ jobs: uses: tsubakimoto/action-dotnet-format@v0.2.0 with: base-branch: ${{ github.head_ref }} - project-path: 'consoleapp/consoleapp.csproj' + project-path: 'dotnet/net8.0/consoleapp/consoleapp.csproj' verbosity: 'diag' github-token: ${{ secrets.GITHUB_TOKEN }} - name: Output