Skip to content

Commit a58a99a

Browse files
committed
fix: linting
1 parent 92f2e72 commit a58a99a

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 "jq --arg date "$MIN_LOCK_DATE" --compact-output '[.[] | select(.date >= $date)]' config.json" >> "$GITHUB_OUTPUT"
63+
echo "jq --arg date $MIN_LOCK_DATE --compact-output '[.[] | select(.date >= $date)]' config.json" >> "$GITHUB_OUTPUT"
6464
R-CMD-check:
6565
needs: filter-nn-versions
6666
runs-on: '${{ matrix.os }}'

0 commit comments

Comments
 (0)