Skip to content

Commit

Permalink
Added REUSE check
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 14, 2024
1 parent 2bb0aa6 commit 8a9a55c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ jobs:
uses: actions/checkout@v4
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4

reuse-check:
name: REUSE Compliance Check
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4

0 comments on commit 8a9a55c

Please sign in to comment.