mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
chore(🤖): add ChainAlert action (#34530)
This commit is contained in:
parent
4eb097cef9
commit
2e20f314b1
12
.github/workflows/chain-alert.yml
vendored
Normal file
12
.github/workflows/chain-alert.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user