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 a74d0c9 commit 11f7f4bCopy full SHA for 11f7f4b
license-checker/action.yml
@@ -1,3 +1,11 @@
1
+# Copyright (c) 2025 Dell Inc., or its subsidiaries. All Rights Reserved.
2
+#
3
+# Licensed under the Apache License, Version 2.0 (the "License");
4
+# you may not use this file except in compliance with the License.
5
+# You may obtain a copy of the License at
6
7
+# http://www.apache.org/licenses/LICENSE-2.0
8
+
9
name: "License Header Checker"
10
description: "Checks for license header"
11
@@ -14,3 +22,4 @@ runs:
14
22
image: "Dockerfile"
15
23
args:
16
24
- ${{ inputs.autofix }}
25
+ - ${{ inputs.exclude-files }}
0 commit comments