Skip to content

Commit

Permalink
Merge pull request #23 from dzcode-io/fix/bump-snyk-action
Browse files Browse the repository at this point in the history
ci: Remove stryker from gitlab actions config
  • Loading branch information
Fcmam5 authored Sep 30, 2020
2 parents 7e5556a + 57a1386 commit 5837b9e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ on:
- develop

jobs:
scan_dependencies:
name: Scan dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: Scan dependencies
uses: snyk/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

test:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5837b9e

Please sign in to comment.