From 73da33beea25aa095dce38944213496b5e112892 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 8 Apr 2024 16:54:19 +0200 Subject: [PATCH] Fail CI if rake swig causes changes --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1de7595..16dbaee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,8 @@ jobs: touch ext/*/*.i export PATH=$HOME/$SWIG_DIR/bin:$PATH TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake swig + echo 'Checking for changes (there should be none)' + git diff --exit-code - name: Compile (taglib-ruby) run: TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake compile