Skip to content

Commit

Permalink
Merge branch 'master' into enable-go-vet
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Jan 12, 2024
2 parents 22edaf8 + 62e6fff commit e3a7492
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 e3a7492

Please sign in to comment.