Check SDN list #323
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check SDN list | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 * * *" # Run at 12:00 AM UTC everyday | |
jobs: | |
check-sdn-list: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Run script | |
run: cd wormhole-connect && npm run checksdn |