diff --git a/.github/workflows/general-ci-tests.yml b/.github/workflows/general-ci-tests.yml index 86683e1..7635c86 100644 --- a/.github/workflows/general-ci-tests.yml +++ b/.github/workflows/general-ci-tests.yml @@ -56,6 +56,13 @@ jobs: cd $GITHUB_WORKSPACE/CESM/components/mom/ git checkout ${{ github.sha }} + - name: check-cleanliness + run: | + echo + echo "Checking if git fleximod matches expected externals" + echo + git diff --exit-code + # Build the standalone mom using the ubuntu script. - name: Build Standalone MOM run: |