|
|
|
@ -1,4 +1,4 @@
|
|
|
|
name: "Code Formatting Setup"
|
|
|
|
name: "Code Formatting"
|
|
|
|
description: ""
|
|
|
|
description: ""
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
workspace:
|
|
|
|
workspace:
|
|
|
|
@ -14,7 +14,7 @@ runs:
|
|
|
|
- name: Setup
|
|
|
|
- name: Setup
|
|
|
|
uses: butr/actions-common-setup@v1.2
|
|
|
|
uses: butr/actions-common-setup@v1.2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
|
|
|
github-token: ${{ inputs.github-token }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install dotnet-format
|
|
|
|
- name: Install dotnet-format
|
|
|
|
run: dotnet tool install -g dotnet-format
|
|
|
|
run: dotnet tool install -g dotnet-format
|
|
|
|
|