Skip to content

feat(auth): wordstat login/logout — transfer Yandex session via cookies #100

feat(auth): wordstat login/logout — transfer Yandex session via cookies

feat(auth): wordstat login/logout — transfer Yandex session via cookies #100

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- name: ruff check
run: uvx ruff check .
- name: pytest
run: uv run --no-sources pytest -q