Skip to content

Commit

Permalink
ci: add clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jan 30, 2025
1 parent aac8259 commit a727cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ runs:
uses: "actions/checkout@v4"
- name: Install nightly toolchain
shell: bash
run: rustup update nightly && rustup default nightly && rustup component add rustfmt
run: rustup update nightly && rustup default nightly && rustup component add rustfmt && rustup component add clippy
- name: Setup Protoc
uses: taiki-e/install-action@protoc

0 comments on commit a727cc2

Please sign in to comment.