mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 23:47:48 +08:00
[bitnami/charts] Automate license checks (#17421)
* [bitnami/charts] Automate license checks Signed-off-by: Raúl López <rlorpez@vmware.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
16
.github/workflows/license-headers.yml
vendored
Normal file
16
.github/workflows/license-headers.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
---
|
||||
name: '[License] Check license headers'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
license-headers-linter:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check license Headers
|
||||
uses: apache/skywalking-eyes/header@v0.4.0
|
||||
Reference in New Issue
Block a user