update run name #535
ci.yml
on: push
Matrix: node_lint_and_test
Matrix: python_lint_and_test
Annotations
36 warnings
|
node_lint_and_test (24)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
node_lint_and_test (24)
React Hook useMemo has missing dependencies: 'allYears' and 'buildYearGrid'. Either include them or remove the dependency array
|
|
node_lint_and_test (24)
Do not call the 'set' function 'setSelectedYear' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (24):
src/components/CalendarWidget.tsx#L132
Do not use item index in the array as its key
|
|
node_lint_and_test (24):
src/components/CalendarWidget.tsx#L114
Do not use item index in the array as its key
|
|
node_lint_and_test (24):
src/components/CalendarWidget.tsx#L16
Do not call 'new Date()' during render. Components and hooks must be pure. Move this call into an event handler, effect, or state initializer
|
|
node_lint_and_test (24)
React Hook useEffect has a missing dependency: 'selectedActivity'. Either include it or remove the dependency array
|
|
node_lint_and_test (24)
React Hook useEffect has a missing dependency: 'selectedActivity'. Either include it or remove the dependency array
|
|
node_lint_and_test (24)
Do not call the 'set' function 'setDistFilter' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (24)
Do not call the 'set' function 'setPage' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (24):
src/components/ActivityLog.tsx#L34
'filter' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
python_lint_and_test (3.12)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
node_lint_and_test (20)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
node_lint_and_test (20)
React Hook useMemo has missing dependencies: 'allYears' and 'buildYearGrid'. Either include them or remove the dependency array
|
|
node_lint_and_test (20)
Do not call the 'set' function 'setSelectedYear' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (20):
src/components/CalendarWidget.tsx#L132
Do not use item index in the array as its key
|
|
node_lint_and_test (20):
src/components/CalendarWidget.tsx#L114
Do not use item index in the array as its key
|
|
node_lint_and_test (20):
src/components/CalendarWidget.tsx#L16
Do not call 'new Date()' during render. Components and hooks must be pure. Move this call into an event handler, effect, or state initializer
|
|
node_lint_and_test (20)
React Hook useEffect has a missing dependency: 'selectedActivity'. Either include it or remove the dependency array
|
|
node_lint_and_test (20)
React Hook useEffect has a missing dependency: 'selectedActivity'. Either include it or remove the dependency array
|
|
node_lint_and_test (20)
Do not call the 'set' function 'setDistFilter' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (20)
Do not call the 'set' function 'setPage' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (20):
src/components/ActivityLog.tsx#L34
'filter' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
node_lint_and_test (22)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
node_lint_and_test (22)
React Hook useMemo has missing dependencies: 'allYears' and 'buildYearGrid'. Either include them or remove the dependency array
|
|
node_lint_and_test (22)
Do not call the 'set' function 'setSelectedYear' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (22):
src/components/CalendarWidget.tsx#L132
Do not use item index in the array as its key
|
|
node_lint_and_test (22):
src/components/CalendarWidget.tsx#L114
Do not use item index in the array as its key
|
|
node_lint_and_test (22):
src/components/CalendarWidget.tsx#L16
Do not call 'new Date()' during render. Components and hooks must be pure. Move this call into an event handler, effect, or state initializer
|
|
node_lint_and_test (22)
React Hook useEffect has a missing dependency: 'selectedActivity'. Either include it or remove the dependency array
|
|
node_lint_and_test (22)
React Hook useEffect has a missing dependency: 'selectedActivity'. Either include it or remove the dependency array
|
|
node_lint_and_test (22)
Do not call the 'set' function 'setDistFilter' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (22)
Do not call the 'set' function 'setPage' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
node_lint_and_test (22):
src/components/ActivityLog.tsx#L34
'filter' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
python_lint_and_test (3.13)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
python_lint_and_test (3.14)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|