Skip to content

Commit 35c27a7

Browse files
stonebuzztrasher
authored andcommitted
Fix(CSS Lint): Do not check for the presence of the stylelint binary.
1 parent cb18fa4 commit 35c27a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
exit 1
180180
fi
181181
- name: "CSS Lint"
182-
if: ${{ !cancelled() && hashFiles(format('{0}/node_modules/.bin/stylelint', inputs.plugin-key)) != '' && hashFiles(format('{0}/.stylelintrc.js', inputs.plugin-key)) != '' }}
182+
if: ${{ !cancelled() && hashFiles(format('{0}/.stylelintrc.js', inputs.plugin-key)) != '' }}
183183
run: |
184184
echo -e "\033[0;33mExecuting Stylelint...\033[0m"
185185
if [[ -f "node_modules/.bin/stylelint" ]]; then

0 commit comments

Comments
 (0)