We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd62ae8 commit b50dfe7Copy full SHA for b50dfe7
1 file changed
.github/workflows/lint_changed_files.yml
@@ -114,7 +114,7 @@ jobs:
114
# Define the path to a utility for linting package.json files:
115
lint_package_json="${root}/lib/node_modules/@stdlib/_tools/lint/pkg-json/bin/cli"
116
117
- files=$(echo "${{ steps.changed-files.outputs.all_changed_files }}" | tr ' ' '\n' | grep 'package\.json$' | grep -v 'datapackage\.json$' | tr '\n' ' ' | sed 's/ $//')
+ files=$(echo "${{ steps.changed-files.outputs.all_changed_files }}" | tr ' ' '\n' | grep 'package\.json$' | grep -v 'datapackage\.json$')
118
if [ -n "${files}" ]; then
119
echo "${files}" | "${lint_package_json}"
120
fi
0 commit comments