Skip to content

chore(readme): update ESLint analyzer findings #14

chore(readme): update ESLint analyzer findings

chore(readme): update ESLint analyzer findings #14

Workflow file for this run

name: CI
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v5
- name: Setup Python
run: uv python install 3.14
- name: Install dependencies
run: uv sync
- name: Run lint checks
run: ./scripts/lint.sh