Skip to content

github-actions(deps): bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 #234

github-actions(deps): bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2

github-actions(deps): bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 #234

Workflow file for this run

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: Tests
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::roxygen2
- run: make test