Skip to content

Commit d60d4ca

Browse files
add reuse lint check corresponding to gh badge check
1 parent a9bcdbd commit d60d4ca

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci-checks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
reuse-compliance:
2626
uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@main
2727

28+
reuse-compliance-check:
29+
runs-on: ubuntu-latest
30+
steps:
31+
- name: Checkout
32+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
33+
34+
- name: REUSE Compliance Check
35+
uses: fsfe/reuse-action@v6 # WILL USED HASH, TESTING
36+
2837
license-headers:
2938
permissions:
3039
contents: write

0 commit comments

Comments
 (0)