github.com/aws-cloudformation/cloudformation-cli-go-plugin@v1.2.0/buildspec.yml (about)

     1  version: 0.2
     2  phases:
     3    install:
     4      runtime-versions:
     5          python: 3.7
     6          golang: 1.12
     7      commands:
     8        - pip install pre-commit
     9    build:
    10      commands:
    11        - pre-commit --version