Actions: Run clippy for both BSPs

pull/54/head
Andre Richter 4 years ago
parent 5742fe25f3
commit 8d2c4e10b3
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -35,7 +35,8 @@ jobs:
sh ./install-misspell.sh -b ~/bin
- name: Run checks
run: |
bundle exec ruby utils/devtool.rb clippy
BSP=rpi3 bundle exec ruby utils/devtool.rb clippy
BSP=rpi4 bundle exec ruby utils/devtool.rb clippy
bundle exec ruby utils/devtool.rb copyright
bundle exec ruby utils/devtool.rb fmt_check
bundle exec ruby utils/devtool.rb misspell

Loading…
Cancel
Save