CI: Explicitly add clippy

pull/112/head
Andre Richter 3 years ago
parent aa0e194c75
commit 668e63fea5
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -23,6 +23,9 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rustup component add clippy
- name: Set up Bundler
run: |
gem install bundler

Loading…
Cancel
Save