X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=ci%2Frun;fp=ci%2Frun;h=97354dc384365dad2eea65060989f0c9af975d7f;hp=67c0e47c74713e8bc775761dd341137e1e3046c7;hb=dc6069f6f7b3b6be5306dd247d2f40e5d319d817;hpb=f87d8434fcbae068d7fccab047d95948d12ec549 diff --git a/ci/run b/ci/run index 67c0e47..97354dc 100755 --- a/ci/run +++ b/ci/run @@ -32,7 +32,7 @@ make $flags make test $flags # Additional static checks only run in CI -go get honnef.co/go/tools/cmd/staticcheck +go install honnef.co/go/tools/cmd/staticcheck@latest staticcheck ./... test -z "$(git clean -nd)" # any untracked files left?