Skip to content

Commit

Permalink
fix: removed solution path from format step (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Jun 24, 2024
1 parent 3425a1f commit 91e8cca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
dotnet-version: ${{ inputs.dotnet-version || '8.x' }}
dotnet-quality: ${{ inputs.dotnet-quality || 'ga' }}
runs-on: ${{ inputs.runs-on-build || 'ubuntu-latest' }}
solution: ${{ inputs.solution }}
secrets: inherit

codeql:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/step-dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ on:
required: false
type: string
default: ubuntu-latest
solution:
required: true
type: string
secrets:
FETCH_TOKEN:
required: false
Expand Down Expand Up @@ -50,4 +47,4 @@ jobs:
- name: Linting solution
run: |
dotnet tool restore
dotnet csharpier --check ${{ inputs.solution }}
dotnet csharpier --check .

0 comments on commit 91e8cca

Please sign in to comment.