diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2022-02-09 19:23:26 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2022-02-10 09:54:14 +0100 |
| commit | 78bdab6bf1d840ef6b072261ea33d2b8d1ad3d8d (patch) | |
| tree | b019209e14d4a4741c24cbd179150b75398ac6b6 /.github/workflows | |
| parent | e65ca34471a5fcf59b08fec31a9c743e2dfb69e9 (diff) | |
Require clippy for deploy
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d69740b..976e698 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -370,6 +370,7 @@ jobs: needs: - style - check + - clippy - checkexamples - testexamples - checkmacros |
