diff --git a/.github/workflows/r-license-report.yaml b/.github/workflows/r-license-report.yaml deleted file mode 100644 index 1350bae8..00000000 --- a/.github/workflows/r-license-report.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Workflow frrom https://github.com/marketplace/actions/r-dependency-license-report - ---- -name: License Report - -on: - push: - branches-ignore: [main] - pull_request: - branches: [main] - -jobs: - license-report: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v3 - - name: License Report - uses: insightsengineering/r-license-report@v1