Skip to content

Commit

Permalink
ci(github-actions): fix commitlint issue and add Node.js setup
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering87 authored Feb 3, 2025
1 parent 1688422 commit 5f1af23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Install Commitlint dependencies
run: npm install --save-dev @commitlint/config-conventional

- name: Run Commitlint
run: npx commitlint --from HEAD~ --to HEAD

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 5f1af23

Please sign in to comment.