Skip to content

Commit

Permalink
Don't check package size
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 5, 2023
1 parent 0cca734 commit 123dfb2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/before-install/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Custom steps to run before R packages are installed'

runs:
using: "composite"
steps:
- name: Define R CMD check error condition
run: |
echo '_R_CHECK_PKG_SIZES_=FALSE' | tee -a $GITHUB_ENV
shell: bash

0 comments on commit 123dfb2

Please sign in to comment.