Skip to content

do not modify unbonding time #99

do not modify unbonding time

do not modify unbonding time #99

Workflow file for this run

---
name: Check linting and tests
on:
pull_request:
types:
- opened
- closed
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
workflow_dispatch:
jobs:
pylint-pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install required modules
run: python -m pip install -r requirements.txt
- name: autopep8 and pylint checks
run: ./lint.sh
- name: Test with fresh genesis
run: python -m pytest -v -s