Skip to content

Refactor g2_col_cdn to constant, add record_print.g2, add CI workflows and examples #2

Refactor g2_col_cdn to constant, add record_print.g2, add CI workflows and examples

Refactor g2_col_cdn to constant, add record_print.g2, add CI workflows and examples #2

name: Copilot Setup Steps
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install R
uses: r-lib/actions/setup-r@HEAD
with:
use-public-rspm: true