Skip to content

Commit 8495a06

Browse files
Merge branch 'main' into main
2 parents 40d9175 + b79ac15 commit 8495a06

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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 }}

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: codecov/codecov-action@v4
1414
with:
1515
file: coverage.xml
16-
token: ${{ secrets.CODECOV_TOKEN }}
16+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)