The command /usr/bin/git describe --abbrev=0 --dirty=-D --broken=-B Was returning error code 128 and no output. In the workflow file, specifying fetch-depth = 0, will make sure to fetch all branches and tags. This seems to fix the issue.
-Add git as a runner tool for versioning
- Add tests step - Add lang-check step