Skip to content

[ci] [workflow] pr sync #12

[ci] [workflow] pr sync

[ci] [workflow] pr sync #12

Workflow file for this run

name: License Check
on:
push:
branches: ['ci/**', 'main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
license-check:
name: License Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check License Header
uses: apache/skywalking-eyes/header@v0.7.0
with:
config: .github/.licenserc.yaml
token: ${{ secrets.GITHUB_TOKEN }}