Untitled
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"
Leave a Comment
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"