Skip to content

Commit 11f7f4b

Browse files
committed
Updated missing files exclusion in the action
1 parent a74d0c9 commit 11f7f4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

license-checker/action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
name: "License Header Checker"
210
description: "Checks for license header"
311

@@ -14,3 +22,4 @@ runs:
1422
image: "Dockerfile"
1523
args:
1624
- ${{ inputs.autofix }}
25+
- ${{ inputs.exclude-files }}

0 commit comments

Comments
 (0)