Skip to content

Commit

Permalink
chore: Adds check task
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jan 21, 2025
1 parent 3d96ebb commit 8981748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
tasks:
clean:
- rm -rf src/.cargo
- rm -rf orbweaver_*.tar.gz
vendor:
dir: src/rust
cmds:
Expand All @@ -31,3 +32,9 @@ tasks:
document:
cmds:
- Rscript -e "rextendr::document()"
check:
deps:
- clean
cmds:
- R CMD build .
- R CMD check orbweaver*.tar.gz

0 comments on commit 8981748

Please sign in to comment.