Skip to content

Commit

Permalink
Add REUSE compliance check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Nov 14, 2024
1 parent 41fe053 commit a2a0e17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: REUSE Compliance Check

on: pull_request

jobs:
test:
name: reuse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Source: https://github.com/ironcore-dev/ironcore-image
Files:
.github/*
.gitignore
.golangci.yaml
.golangci.yml
CODEOWNERS
Makefile
go.mod
Expand Down

0 comments on commit a2a0e17

Please sign in to comment.