Skip to content

Fixes for super-lint and remove Pipfile.lock #2

Fixes for super-lint and remove Pipfile.lock

Fixes for super-lint and remove Pipfile.lock #2

---
# 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