Skip to content

Commit fcb9ebd

Browse files
committed
test: linting
1 parent f6ed95c commit fcb9ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_nn_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Filter lock dates
6161
id: filter
6262
run: |
63-
echo config=$(jq --arg date "$MIN_LOCK_DATE" '.[] | select(.date >= $date)' config.json | jq --slurp) >> "$GITHUB_OUTPUT"
63+
echo "config=$(jq --arg date "$MIN_LOCK_DATE" '.[] | select(.date >= $date)' config.json | jq --slurp --compact-output)"" >> "$GITHUB_OUTPUT"
6464
R-CMD-check:
6565
needs: filter-nn-versions
6666
runs-on: '${{ matrix.os }}'

0 commit comments

Comments
 (0)