Skip to content

Commit

Permalink
fix: Added missing name
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 23, 2024
1 parent 9bc3e5b commit 065decb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cicd-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:

version:
name: Version
needs:
- commitlinter
uses: ./.github/workflows/step-dotnet-version.yml
with:
dotnet-version: ${{ inputs.dotnet-version || '8.x' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/step-node-commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 065decb

Please sign in to comment.