Hi folks,
On my Gitlab CI/CD pipeline, is there a way I can get a list of the changed files?
Basically, I’ve got some linting set up - but the repository contains a number of separate files which don’t work together to form an application, they’re just individual files hosted in the same place.
I’d like to lint only files changed on commit/push. Is this possible?
Many thanks,
Duncan