We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bb0c8 commit db50cdfCopy full SHA for db50cdf
.github/workflows/enforce-license-compliance.yml
@@ -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