Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshqsumner committed Feb 18, 2025
1 parent 69eb237 commit 65838c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
lintr::object_name_linter(styles = c("snake_case", "symbols",
"camelCase", "dotted.case",
"lowercase", "UPPERCASE")),
lintr::return_linter = return_linter(return_style = "explicit"),
lintr::return_linter(return_style = "explicit"),
lintr::brace_linter(allow_single_line = TRUE) ) )
shell: Rscript {0}
env:
Expand Down

0 comments on commit 65838c7

Please sign in to comment.