Skip to content

Commit

Permalink
chore(gh-workflow): update code analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak25 committed Nov 11, 2024
1 parent 959d687 commit 1753e61
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:
- name: "Install Node Modules"
run: npm install -D

- name: "Link the binaries"
run: npm link

- name: "Running ${{ matrix.cmd }}"
run: npm run ${{ matrix.cmd }}
continue-on-error: ${{ matrix.cmd == 'lint:check' }}

- name: Annotate Code Linting Results
if: ${{ matrix.cmd == 'lint:check' }}
uses: ataylorme/eslint-annotate-action@v3
with:
report-json: "eslint_report.json"

0 comments on commit 1753e61

Please sign in to comment.