Untitled

Anonymous
plain_text
02/05/2025 1:57 PM
364 B
19
Indexable
verify-format-cpp:
  image: xyz
  variables:
    xyz
  stage: build
  tags:
    - xyz
  script:
    - formating...
  needs:
    - job: verify-branch
      artifacts: true
  interruptible: true
  rules:
    - changes:
        - "**/*.cc"
        - "**/*.hh"
Editor is loading...
Leave a Comment