Skip to content

[caching] Always save the last epoch for which a confirmed block was … #239

[caching] Always save the last epoch for which a confirmed block was …

[caching] Always save the last epoch for which a confirmed block was … #239

Workflow file for this run

name: Formatting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/formatting.txt
- name: Run code checks
run: |
make lint-check