Skip to content

feat(benchmark): Use the AEF-DDF benchmark workflow #981

feat(benchmark): Use the AEF-DDF benchmark workflow

feat(benchmark): Use the AEF-DDF benchmark workflow #981

# Workflow from https://github.com/marketplace/actions/r-dependency-license-report
---
name: License Report
on:
push:
branches: [main, rc-*]
pull_request:
branches: [main, rc-*]
workflow_call:
jobs:
license-report:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: License Report
uses: insightsengineering/r-license-report@v1