Skip to content

Commit

Permalink
ci: remove fossa-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Jan 8, 2025
1 parent ab068e6 commit 08f86ca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ on:
pull_request:

jobs:
fossa-scan:
name: FOSSA scan
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@v1
with:
api-key: ${{secrets.FOSSA_API_KEY}}

checks:
name: Basic checks
permissions:
Expand Down

0 comments on commit 08f86ca

Please sign in to comment.