Skip to content

run abi check script #137

run abi check script

run abi check script #137

Workflow file for this run

name: run abi check script
on:
schedule:
- cron: "0 12 * * *" # everyday 7am CDT
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install requests
- name: run
run: |
python scripts/rust_hash_check.py