Skip to content

docs: 📝 small updates to the changes and validation doc #207

docs: 📝 small updates to the changes and validation doc

docs: 📝 small updates to the changes and validation doc #207

Workflow file for this run

name: Test, build, and deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published
jobs:
check:
uses: ./.github/workflows/R-CMD-check.yaml
coverage:
uses: ./.github/workflows/test-coverage.yaml
needs: check
deploy:
permissions:
contents: write
uses: ./.github/workflows/pkgdown.yaml
needs: coverage