1
0
mirror of synced 2025-12-19 18:14:56 -05:00

ci: add no-op lint-check for manifest-only connectors (#62021)

This commit is contained in:
Aaron ("AJ") Steers
2025-06-23 13:34:52 -07:00
committed by GitHub
parent 702b35ca7e
commit aff684d400

View File

@@ -45,6 +45,7 @@ fi
'''
test-integration-tests = "airbyte-cdk connector test ${POE_PWD}"
format-check = "echo 'No format check step for this connector.'"
lint-check = "echo 'No lint check step for this connector."
lock.shell = '''
set -eu # Ensure we return non-zero exit code upon failure