Update run_devtools_check.yml #2
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Devtools Check | ||
on: push | ||
jobs: | ||
Run Devtools Check: | ||
Check failure on line 5 in .github/workflows/run_devtools_check.yml
|
||
runs-on: ubuntu-latest | ||
container: ghcr.io/wacl-york/eddy4r.york:0.1 | ||
steps: | ||
- run: R -e "devtools::check()" |