Return db_table
invisibly from defer_db_cleanup()
#1153
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |