Skip to content

Commit

Permalink
add clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 13, 2024
1 parent d9031f0 commit dc55dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ runs:
echo "Installing ${{inputs.rust-version}}"
rustup toolchain install ${{ inputs.rust-version}}
rustup default ${{inputs.rust-version}}
rustup component add rustfmt
rustup component add rustfmt clippy

0 comments on commit dc55dc8

Please sign in to comment.