From bbd3f731ed46be142913d14d8a29da8a2766679c Mon Sep 17 00:00:00 2001 From: blenback Date: Thu, 14 Dec 2023 14:37:53 +0100 Subject: [PATCH] update style.yaml to dir not pkg --- .github/workflows/style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index bee3e48..13413d7 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -55,7 +55,7 @@ jobs: ${{ runner.os }}- - name: Style - run: styler::style_pkg() + run: styler::style_dir() shell: Rscript {0} - name: Commit and push changes