Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 513f08d

Browse files
committed
Update GitHub Actions workflow for Fossa scan
1 parent e661b4e commit 513f08d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/link_checker.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
jobs:
2+
fossa-scan:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v3
6+
- uses: fossas/fossa-action@main
7+
with:
8+
api-key: ${{secrets.fossaApiKey}}
9+
name: Link Checker
10+
'on':
11+
push:
12+
branches:
13+
- '**'
14+
workflow_dispatch: null

0 commit comments

Comments
 (0)