From ed42539f9468fb62d83daf0d5db6d6c661d54749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= Date: Fri, 7 Feb 2025 14:19:08 +0100 Subject: [PATCH] fix syntax --- .github/workflows/build-check-install.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 03876736..59f8f0e1 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -525,9 +525,10 @@ jobs: - name: Get changed files 📃 id: changed-files uses: tj-actions/changed-files@v45 - files: | - tests/testthat/**.R - R/**.R + with: + files: | + tests/testthat/**.R + R/**.R - name: Check only affected modules 🎯 if: inputs.fast-tests == true