We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c0726 commit b6aace2Copy full SHA for b6aace2
.github/workflows/license.yml
@@ -0,0 +1,12 @@
1
+name: Check Apache License
2
+
3
+on:
4
+ push
5
6
+jobs:
7
+ ubuntu-build:
8
+ name: check license
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Check License Header
12
+ uses: apache/skywalking-eyes/header@main
.licenserc.yaml
@@ -0,0 +1,14 @@
+header:
+ license:
+ spdx-id: Apache-2.0
+ copyright-owner: Apache Software Foundation
+ paths-ignore:
+ - 'dist'
+ - 'licenses'
+ - '**/*.md'
+ - 'LICENSE'
+ - 'NOTICE'
13
+ comment: on-failure
14
0 commit comments