Skip to content

Commit

Permalink
Licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
hari-patell committed Feb 17, 2025
1 parent 2344589 commit be11611
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/pr_ci_license_header_check.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: pr_ci_license_header_check
name: License Header Check

on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
types:
- opened
- reopened
- synchronize

jobs:
license_header_check:
check_license_header:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo Content
- name: Checkout Repository
uses: actions/checkout@v4

- name: Check License Header
- name: Verify License Headers
uses: apache/skywalking-eyes/header@main

0 comments on commit be11611

Please sign in to comment.