Skip to content

Feat/impromate browser router #31

Feat/impromate browser router

Feat/impromate browser router #31

Triggered via pull request October 11, 2023 23:23
Status Success
Total duration 1m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
react/prop-types: src/features/posts/components/post-card/PostCard.jsx#L3
'post' is missing in props validation
react/prop-types: src/features/posts/components/post-card/PostCard.jsx#L6
'post.id' is missing in props validation
react/prop-types: src/features/posts/components/post-card/PostCard.jsx#L6
'post.title' is missing in props validation
no-unused-vars: src/pages/Recipes.jsx#L1
'React' is defined but never used.
no-undef: vite.config.js#L10
'__dirname' is not defined.
no-undef: vite.config.js#L11
'__dirname' is not defined.
no-undef: vite.config.js#L12
'__dirname' is not defined.
no-undef: vite.config.js#L13
'__dirname' is not defined.
no-undef: vite.config.js#L14
'__dirname' is not defined.
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/