Skip to content

Merge pull request #4213 from systeminit/chore(web)--Cleanup-an-old-c… #3276

Merge pull request #4213 from systeminit/chore(web)--Cleanup-an-old-c…

Merge pull request #4213 from systeminit/chore(web)--Cleanup-an-old-c… #3276

Workflow file for this run

on:
push:
branches:
- main
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- name: "Checkout Code"
uses: actions/checkout@v4
- name: "Run FOSSA Scan"
uses: fossas/[email protected]
with:
api-key: ${{secrets.FOSSA_API_KEY}}