Skip to content

Commit efc0613

Browse files
fbaeuerle4og
authored andcommitted
Fix YAML and starlark formatting
1 parent ab3e9ee commit efc0613

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/copyright.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
#
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
13-
1413
name: Copyright checks
15-
1614
on:
1715
pull_request:
1816
types: [opened, reopened, synchronize]
@@ -21,7 +19,6 @@ on:
2119
- main
2220
merge_group:
2321
types: [checks_requested]
24-
2522
jobs:
2623
copyright-check:
2724
uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@main

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ copyright_checker(
3232
"//:MODULE.bazel",
3333
],
3434
config = "@score_tooling//cr_checker/resources:config",
35-
template = "@score_tooling//cr_checker/resources:templates",
3635
exclusion = "//:cr_checker_exclusion",
36+
template = "@score_tooling//cr_checker/resources:templates",
3737
visibility = ["//visibility:public"],
3838
)
3939

0 commit comments

Comments
 (0)