Skip to content

docs: update community meeting badge link (#42) #6

docs: update community meeting badge link (#42)

docs: update community meeting badge link (#42) #6

Workflow file for this run

name: Fossa CLI
on:
push:
branches:
- 'main'
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: fossas/fossa-action@v1.4.0
with:
api-key: ${{ secrets.FOSSA_API_KEY }}