Skip to content

Migrate to expo managed workflow #260

Migrate to expo managed workflow

Migrate to expo managed workflow #260

Triggered via pull request July 22, 2026 15:54
@CD-ZCD-Z
synchronize #34
fixes
Status Success
Total duration 50s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ESLint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ESLint: src/screens/BrowseSourceScreen/components/FilterBottomSheet.tsx#L354
Do not pass children as props. Instead, nest children between the opening and closing tags
ESLint: src/navigators/types/index.ts#L184
An interface declaring no members is equivalent to its supertype
ESLint: src/hooks/persisted/useNovel/__tests__/persistence.test.ts#L165
A `require()` style import is forbidden
ESLint: src/database/queries/__tests__/setup.ts#L13
A `require()` style import is forbidden
ESLint: src/database/queries/__tests__/mockDb.ts#L2
A `require()` style import is forbidden
ESLint: src/database/queries/__tests__/NovelQueries.test.ts#L364
A `require()` style import is forbidden
ESLint: src/database/queries/__tests__/NovelQueries.test.ts#L304
A `require()` style import is forbidden
ESLint: src/database/__tests__/db.test.ts#L243
Array type using 'Array<T>' is forbidden. Use 'T[]' instead
ESLint: src/components/Skeleton/Skeleton.tsx#L61
'ChapterSkeleton' is already declared in the upper scope on line 61 column 7
ESLint: src/components/Button/Button.tsx#L22
Do not pass children as props. Instead, nest children between the opening and closing tags