Skip to content

Commit

Permalink
chore(sync): 🔨 synced local 'justfile' with remote 'justfile'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 16, 2024
1 parent 1971235 commit 1664b1e
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,8 @@
just --list --unsorted

# Run all recipes
run-all: install-dependencies spell-check style build-site
run-all: build-site

# Install package dependencies
install-dependencies:
#!/usr/bin/Rscript
pak::pak(ask = FALSE)

# Check spelling of Markdown files
spell-check:
#!/usr/bin/Rscript
files <- fs::dir_ls(here::here(), recurse = TRUE, regexp = "*\\.(md|qmd|Rmd)")
spelling::spell_check_files(files)

# Style all R code
style:
#!/usr/bin/Rscript
styler::style_dir(here::here())

# Build pkgdown website
# Build Quarto website
build-site:
quarto render

0 comments on commit 1664b1e

Please sign in to comment.