License headers check by xianxl #77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: headers | |
run-name: License headers check by ${{ github.actor }} | |
on: | |
# Trigger the workflow on push to main or any pull request | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
header-checks: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Check License Header | |
uses: apache/skywalking-eyes/header@main |