Skip to content

Test on Debian

Test on Debian #2

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/containers.yml

View workflow run for this annotation

GitHub Actions / RHUB-check

Invalid workflow file

The workflow is not valid. .github/workflows/containers.yml: Expected mapping end
push:
pull_request:
name: RHUB-check
jobs:
R-CMD-check:
runs-on: ubuntu-latest
name: r-hub2/${{ matrix.container }}
container: {{ matrix.container }}
strategy:
fail-fast: false
matrix:
container: [ 'debian:testing', 'rockylinux:8', 'rockylinux:9' ]
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
DOWNLOAD_STATIC_LIBV8: true
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
- uses: r-lib/actions/check-r-package@v2