Skip to content

Commit

Permalink
build: fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 31, 2019
1 parent 04a401e commit 742d6f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/main.workflow

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: push
name: Security
jobs:
runaSecurityAudit:
name: Run a security audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm audit

0 comments on commit 742d6f5

Please sign in to comment.