kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/release/cloudbuild/lint.yaml (about)

     1  steps:
     2    - name: gcr.io/cloud-builders/git
     3      args:
     4        - fetch
     5        - '--unshallow'
     6        - '--no-tags'
     7        - origin
     8        - master
     9    - name: gcr.io/kythe-repo/pre-commit
    10      args:
    11        - run
    12        - '--hook-stage'
    13        - commit
    14        - '--show-diff-on-failure'
    15        - '--from-ref'
    16        - origin/master
    17        - '--to-ref'
    18        - HEAD