aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@grepit.se> 2022-02-09 19:23:26 +0100
committerGravatar Henrik Tjäder <henrik@grepit.se> 2022-02-10 09:54:14 +0100
commit78bdab6bf1d840ef6b072261ea33d2b8d1ad3d8d (patch)
treeb019209e14d4a4741c24cbd179150b75398ac6b6
parente65ca34471a5fcf59b08fec31a9c743e2dfb69e9 (diff)
downloadrtic-78bdab6bf1d840ef6b072261ea33d2b8d1ad3d8d.tar.gz
rtic-78bdab6bf1d840ef6b072261ea33d2b8d1ad3d8d.tar.zst
rtic-78bdab6bf1d840ef6b072261ea33d2b8d1ad3d8d.zip
Require clippy for deploy
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d69740ba..976e698a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -370,6 +370,7 @@ jobs:
needs:
- style
- check
+ - clippy
- checkexamples
- testexamples
- checkmacros