Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codecov/codecov-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b1a41aa4aa46c51f6e7df2e886ff1249eb92991c
Choose a base ref
..
head repository: codecov/codecov-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3eeb4376fb7d7e3995e75dff2a122748bad133fd
Choose a head ref
Showing with 14 additions and 0 deletions.
  1. +14 −0 .github/workflows/enforce-license-compliance.yml
14 changes: 14 additions & 0 deletions .github/workflows/enforce-license-compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Enforce License Compliance

on:
pull_request:
branches: [main, master]

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