chore(🤖): add ChainAlert action (#34530)

This commit is contained in:
afc163 2022-03-16 16:40:04 +08:00 committed by GitHub
parent 4eb097cef9
commit 2e20f314b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/chain-alert.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: ChainAlert
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]
jobs:
chainalert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: checkmarx/chainalert-github-action@v1