Skip to content

Switch from super-linter to MegaLinter #6

Switch from super-linter to MegaLinter

Switch from super-linter to MegaLinter #6

---
# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: License Header Check
"on": [pull_request]
permissions:
contents: read
jobs:
license-header-check:
name: License Header Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check License Headers
run: |
./check-headers.sh