Skip to content

Commit

Permalink
chore: Add FOSSA check to GH actions (omec-project#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois authored Jan 10, 2024
1 parent 43bdaa1 commit 8c41f13
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,21 @@ jobs:

- name: Unit tests
run: go test ./...


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

- name: reuse lint
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

0 comments on commit 8c41f13

Please sign in to comment.