Skip to content

chore: created local 'tests/testthat/test-0_linters.R' from remote 't… #312

chore: created local 'tests/testthat/test-0_linters.R' from remote 't…

chore: created local 'tests/testthat/test-0_linters.R' from remote 't… #312

# 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