Skip to content

add Simon to credits, add link to credits section #10

add Simon to credits, add link to credits section

add Simon to credits, add link to credits section #10

Workflow file for this run

name: FOSSA License Scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run FOSSA Scan
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}