Skip to content

Add CoinGecko as a token source #183

Add CoinGecko as a token source

Add CoinGecko as a token source #183

Workflow file for this run

name: pr pipeline
on:
pull_request:
types: [ opened, synchronize, reopened, edited ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install beautifulsoup4 web3
- name: Run check script
run: ./check.sh >> $GITHUB_STEP_SUMMARY