The PR lint path was running `npx eslint .` for the n8n-node package, which uses a different config than `npx n8n-node lint` used on push. This caused lint to pass on PRs but fail on push to main. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
The PR lint path was running `npx eslint .` for the n8n-node package, which uses a different config than `npx n8n-node lint` used on push. This caused lint to pass on PRs but fail on push to main. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>