Skip to content

Commit

Permalink
Add FOSSA and update REUSE in GHA (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Jan 9, 2024
1 parent 41f7919 commit 62e6fff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,17 @@ jobs:
- uses: actions/checkout@v4

- name: reuse lint
run: make check-reuse
uses: fsfe/reuse-action@v2

fossa-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: FOSSA scan
uses: fossa-contrib/fossa-action@v3
with:
fossa-api-key: 9dc8fa92e3dd565687317beb87b56d89

unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 62e6fff

Please sign in to comment.