Skip to content

Commit ed17a93

Browse files
chadwhitacreLms24
authored andcommitted
meta(gha): Deploy action enforce-license-compliance.yml (#4961)
1 parent addcf7a commit ed17a93

File tree

1 file changed

+16
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)