Skip to content

Commit

Permalink
fix: path of reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 23, 2024
1 parent 59e2b2e commit 7a99af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dotnet-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
jobs:
commitlinter:
name: Lint commit messages
uses: ./.github/workflows/step-commitlint.yml
uses: ./.github/workflows/step-node-commitlint.yml
secrets: inherit

build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ env:
jobs:
commitlinter:
name: Lint commit messages
uses: ./.github/workflows/step-commitlint.yml
uses: ./.github/workflows/step-node-commitlint.yml
secrets: inherit

version:
Expand Down

0 comments on commit 7a99af0

Please sign in to comment.