Ubuntu – Can the 'startsWith' function in GitHub Actions handle a list of strings?
I am trying to write a job that would lint only the changed files, on a push or pull request. I succeeded in writing a job that retrieves the changed files but when I am passing the list of files…