check_format.yml 237 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
platform: linux
image_resource:
  type: registry-image
  source:
    repository: gcr.io/data-orca/clang-toolchain

inputs:
  - name: gpdb_src
    path: .
run:
  path: src/tools/fmt
  args: [ chk ]
params:
  CLANG_FORMAT: clang-format-10