Skip to content

Commit

Permalink
Merge pull request #304 from brafdlog/chainalert
Browse files Browse the repository at this point in the history
Add Chain Alert
  • Loading branch information
baruchiro authored Dec 12, 2021
2 parents 65fa213 + 73d53b8 commit b2b8604
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/chainalert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "ChainAlert"

on:
push:
branches: [ master ]

jobs:
chainalert:
name: ChainAlert
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: checkmarx/chainalert-github-action@master

0 comments on commit b2b8604

Please sign in to comment.