This job will never run, because globs starting with `./` are never matched: ```yaml on: pull_request: paths: - './src/**' ``` This behavior is surprising and easy to check. Let's add a check for it. Related: #430