From 337e50e2a45b6acbd01396441a6b7d01db2330b4 Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Wed, 15 Jan 2025 09:56:04 +0000 Subject: [PATCH] Spacing issue --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 736f97fa6a..70d40f65b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,5 +154,5 @@ jobs: run: mvn apache-rat:check --settings $SETTINGS_FILE -V || (find . -type f -name 'rat*.txt' -print | xargs grep -l unapproved | xargs cat; exit 1) - name: "Check: CITATION.cff validity" uses: dieghernan/cff-validator@v3 - with: - install-r: true + with: + install-r: true