Skip to content

Add CI for building and releasing v1-sync-helper with ko #18

Add CI for building and releasing v1-sync-helper with ko

Add CI for building and releasing v1-sync-helper with ko #18

---
# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: License Header Check
"on": [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
license-header-check:
name: License Header Check
uses: linuxfoundation/lfx-public-workflows/.github/workflows/license-header-check.yml@main
with:
copyright_line: "Copyright The Linux Foundation and each contributor to LFX."
include_files: |
[
"*.tpl",
"*.txt",
"*.yaml",
"*.yml",
".gitignore"
]