diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-04 18:05:11 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-04 18:06:31 +0200 |
| commit | 228c12b20e1040b7eff0b3502b7be108eb49a214 (patch) | |
| tree | 4c34bc8c84d7d7c6e73c021802265d89c80ca737 /.github/workflows | |
| parent | e9796a0b3f143f88204fd4aa5ca247baa99ce299 (diff) | |
| download | qxmpp-228c12b20e1040b7eff0b3502b7be108eb49a214.tar.gz | |
Add REUSE compliance check action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9007de76..94ab16ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,6 @@ name: tests on: [push, pull_request] jobs: - test: runs-on: ${{ matrix.os }} env: @@ -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 |
