Open FxllenCode opened 2 years ago
I wonder if it is related to the fact that I am running npm install earlier in the workflow? Not too sure, but it's possible this is causing it.
I am not running npm install beforehand and see the same issue. Simple workflow for reference:
name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Use current action
uses: getsentry/action-eslint-fix@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Steps to Reproduce
Expected Result
The action succeeds as intended.
Actual Result
Specifically on that section of the action, the logs show:
Run getsentry/action-eslint-fix@v1
I'm not sure if the issue is code related or not - so here's a (snippet) of the workflow:
Unsure if this is at all related or not - but thought I'd drop it here anyway.
Other Information
I wonder if it is related to the fact that I am running
npm install
earlier in the workflow? Not too sure, but it's possible this is causing it.A feature that would be nice is slightly better error logging, I have no idea that this at all is related to!
Thanks! 🙂