Skip to content

expand tests for all platforms #45

expand tests for all platforms

expand tests for all platforms #45

name: dependencies
on: push
jobs:
check-fossa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: "curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash"
- run: fossa analyze --only-target cargo .
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
- run: fossa test
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}