Skip to content

Commit

Permalink
chore: Update dotnet-format action to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Aug 12, 2024
1 parent 3f95581 commit 570d085
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/net80-dotnet-format-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,7 +27,7 @@ jobs:
uses: tsubakimoto/[email protected]
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
Expand Down

0 comments on commit 570d085

Please sign in to comment.