Skip to content

ci(web): add lint job and fix web lint - #10

Open
Hqzdev wants to merge 1 commit into
mainfrom
ci/web-lint-job
Open

ci(web): add lint job and fix web lint#10
Hqzdev wants to merge 1 commit into
mainfrom
ci/web-lint-job

Conversation

@Hqzdev

@Hqzdev Hqzdev commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Что сделано

Добавлен отдельный CI job для web lint. Существующие React/a11y lint ошибки в web-клиенте исправлены, чтобы новый job проходил зеленым.

Зачем

До этого web CI проверял только typecheck, поэтому lint-регрессии не были видны на pull request. Отдельный lint job делает качество web-кода отдельным сигналом.

Что проверено

  • npm --prefix apps/web run lint
  • ruby YAML.load_file для .github/workflows/ci.yml

Риски и ограничения

Lint выводит служебное предупреждение baseline-browser-mapping о возрасте данных, но команда завершается успешно. Визуальный regression test страницы не запускался.

Web CI only checked types, so lint regressions were not visible on pull
requests. Adding a dedicated lint job required clearing the existing
React and accessibility lint failures first.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
metrix Ready Ready Preview, Comment Jun 6, 2026 9:30am

@Hqzdev Hqzdev added ci Continuous integration and checks web Web app and frontend changes labels Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous integration and checks web Web app and frontend changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants