Skip to content

Commit

Permalink
Fix tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Jan 22, 2025
1 parent e5326a4 commit 29cdb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}

- name: Install rust-license-tool
run: cargo install rust-license-tool
- name: Install dd-rust-license-tool
run: cargo install dd-rust-license-tool

- name: Check Datadog third-party license file
run: dd-rust-license-tool check

0 comments on commit 29cdb5c

Please sign in to comment.