Skip to content

Commit

Permalink
chore: Update GitHub Action configuration for dotnet-format on Pull R…
Browse files Browse the repository at this point in the history
…equest
  • Loading branch information
tsubakimoto committed Aug 12, 2024
1 parent 37bf3fa commit f0e942b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dotnet-format on Pull Request
description: Run dotnet-format on Pull Request
name: 'dotnet-format on Pull Request'
description: 'Run dotnet-format on Pull Request'
author: 'tsubakimoto'
branding:
icon: 'check-circle'
color: 'blue'
inputs:
base-branch:
description: 'Base branch to compare against'
required: true
default: main
dotnet-version:
description: 'Dotnet version to use'
required: true
default: '8.0'
default: 'main'
project-path:
description: 'Path to the project to format'
required: true
Expand All @@ -29,11 +29,6 @@ outputs:
runs:
using: 'composite'
steps:
- name: Setup .NET SDK
id: setup
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ inputs.dotnet-version }}
- name: Format source
id: format
run: |
Expand Down

0 comments on commit f0e942b

Please sign in to comment.