Skip to content

docs(readme): replace static palette image with swatch+hex table and … #12

docs(readme): replace static palette image with swatch+hex table and …

docs(readme): replace static palette image with swatch+hex table and … #12

Workflow file for this run

name: R-CMD-check
on:
push:
branches: ["master", "main"]
pull_request:
branches: ["master", "main"]
workflow_dispatch:
jobs:
R-CMD-check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
r: ["4.4", "4.5", "devel"]
name: R ${{ matrix.r }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r }}
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
dependencies: '"all"'
needs: check
extra-packages: any::rcmdcheck
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
error-on: '"warning"'