Skip to content

Commit d0acc6a

Browse files
chore(ci): add fossa workflow
1 parent 694bbe6 commit d0acc6a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Enforce License Compliance
2+
3+
on:
4+
pull_request:
5+
branches: [main, master]
6+
7+
jobs:
8+
enforce-license-compliance:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: 'Enforce License Compliance'
12+
uses: getsentry/action-enforce-license-compliance@57ba820387a1a9315a46115ee276b2968da51f3d # main
13+
with:
14+
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)