Skip to content

Commit

Permalink
Add REUSE compliance check action
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Sep 4, 2022
1 parent e9796a0 commit 228c12b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: tests
on: [push, pull_request]

jobs:

test:
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -44,3 +43,9 @@ jobs:
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

0 comments on commit 228c12b

Please sign in to comment.