Skip to content

Commit

Permalink
try out listen.dev for scanning deps
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 29, 2023
1 parent d20aff1 commit 8dd1bea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
uses: actions/setup-node@v2.1.4
with:
node-version: ${{ matrix.node-version }}

- name: Install
run: |
npm install --ignore-scripts
- name: Run tests
run: |
npm test --color=always -- -c -t0
- name: Scan your dependencies with the listen.dev CLI
uses: listendev/action@v0.1.0

0 comments on commit 8dd1bea

Please sign in to comment.