Skip to content

Commit fb16fe6

Browse files
authored
Merge branch 'main' into feat/monorepo-support
2 parents fdb55cd + 036d86a commit fb16fe6

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/reuse-lint.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and pull-request-semver-bumper contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
name: REUSE Compliance
5+
6+
on:
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
reuse-lint:
13+
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
steps:
17+
- uses: actions/checkout@v6
18+
- name: REUSE Compliance Check
19+
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6

0 commit comments

Comments
 (0)