I was seeing Command PhaseScriptExecution with a nonzero exit code, which turned out to be Error: no lintable files found at paths: "" I resolved this by adding the following: ``` included: # paths to include during linting - ~/Developer/Kodeco/ ```