Skip to content

Commit

Permalink
debugg
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniag committed Oct 12, 2024
1 parent 37a5938 commit c773844
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/gokakashi-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ runs:
with:
node-version: '20.x'
cache: 'npm'
cache-dependency-path: .github/actions/gokakashi-scan/package-lock.json
cache-dependency-path: .github/actions/gokakashi-scan

- name: Install dependencies
run: npm ci
working-directory: .github/actions/gokakashi-scan
shell: bash

- name: Run goKakashi scan
run: node index.js
shell: bash
shell: bash
working-directory: .github/actions/gokakashi-scan

0 comments on commit c773844

Please sign in to comment.