Create scripts/check-temporary-changes.sh
The 'check temporary changes' work is done in the `script` section in the internal .gitlab-ci.yml. If it was moved into a into separate script, say `scripts/check-temporary-changes.sh` then it could be run from both the pipeline job _and_ as a local check before pushing to remote. This makes it easier to check and verify all local changes have been removed.
issue