Skip to content

Feat token.holders and token.transfers models enhancements #720

Feat token.holders and token.transfers models enhancements

Feat token.holders and token.transfers models enhancements #720

Workflow file for this run

name: Test
on:
workflow_call:
pull_request:
branches:
- "main"
jobs:
build:
name: Verify Code and Test Models
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run pylint
timeout-minutes: 5
run: |
pylint models
- name: Test model load
run: |
credmark-dev list