From 8d2c4e10b3a165e7348f595e086164833cae8c09 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Sat, 28 Mar 2020 21:25:48 +0100 Subject: [PATCH] Actions: Run clippy for both BSPs --- .github/workflows/sanity.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 0308539d..44e935de 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -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