Skip to content

fix: Make the logic around last_count working #420

fix: Make the logic around last_count working

fix: Make the logic around last_count working #420

Workflow file for this run

name: PR checks
on:
pull_request:
branches:
- main
env: {}
jobs:
lint:
name: Code Quality
runs-on: ubuntu-20.04
steps:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
architecture: "x64"
- name: Checkout repo
uses: actions/checkout@v4
- name: Run linters
run: make lint