GitHub - eddelbuettel/github-actions (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Repository files navigation
github-action -- Some Simple (GitHub) Actions
This repository provides a space for GitHub Actions usable from the standard YAML files.
Content
- r-ci-setup: Adds r-ci 'R Continuous Integration' an action running 'ubuntu-latest' (i.e. Ubuntu 22.04 aka 'jammy', or an explicitly selected version) or 'macos-latest' by downloading its
run.sh
- r2u-setup: Adds r2u to an action running Ubuntu 22.04 aka 'jammy' (example)
- r-ci-setup-bootstrap: Combines 'r-ci-setup' from above with the
./run.sh bootstrap
step which most often follows saving one more step in the yaml file
Author
This repository and its code have been put together by Dirk Eddelbuettel.
License
The code in this repository is licensed under the GNU GPL, Version 2 or later.