Skip to content

build: bump click from 8.1.8 to 8.3.1 #121

build: bump click from 8.1.8 to 8.3.1

build: bump click from 8.1.8 to 8.3.1 #121

Workflow file for this run

name: code-style
on:
pull_request:
branches:
- main
jobs:
code_style:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: uv sync --locked --dev
- name: Lint code with Ruff
run: uv run ruff check .
- name: Type cheking with MyPy
run: uv run mypy codelimit/