Skip to content

Commit

Permalink
ci: fossa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Jul 26, 2024
1 parent d845226 commit e7d8932
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/enforce-license-compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Enforce License Compliance

on:
push:
branches:
- master
- main
- release/**
- release-library/** # relay (at least)
pull_request:
branches:
- master
- main

jobs:
enforce-license-compliance:
runs-on: ubuntu-latest
steps:
- name: 'Enforce License Compliance'
uses: getsentry/action-enforce-license-compliance@main
with:
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}

0 comments on commit e7d8932

Please sign in to comment.