I have setup a workflow using the example. When the workflow executes I get this message:
/entrypoint.sh: line 11: /github/workspace/node_modules/.bin/stylelint: not found
/entrypoint.sh: line 15: /github/workspace/node_modules/.bin/stylelint: not found
I have tried adding an npm install command into the step to install dependencies but when it runs, stylelint is not found. Have I missed something here?
I have setup a workflow using the example. When the workflow executes I get this message:
I have tried adding an
npm install
command into the step to install dependencies but when it runs, stylelint is not found. Have I missed something here?Here's my workflow file: