Skip to content

Commit

Permalink
adds reuse action
Browse files Browse the repository at this point in the history
  • Loading branch information
smvdheijden committed Mar 27, 2024
1 parent 266afbe commit decab5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3

0 comments on commit decab5c

Please sign in to comment.