Skip to content

Replace CircleCI with Github Actions #1

Replace CircleCI with Github Actions

Replace CircleCI with Github Actions #1

Triggered via pull request January 2, 2025 22:26
@aviemetaviemet
opened #35
update
Status Failure
Total duration 57s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 8 warnings
test: tests/components/ContextTest.tsx#L1
'React' is declared but its value is never read.
test: tests/formComponent.test.tsx#L1
'React' is declared but its value is never read.
test: tests/nestedFields.test.tsx#L1
'React' is declared but its value is never read.
test: tests/useDynamicInputs.test.tsx#L1
'React' is declared but its value is never read.
test: tests/useInertiaInput.test.tsx#L1
'React' is declared but its value is never read.
test
The process '/usr/local/bin/yarn' failed with exit code 2
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: src/Inputs/useDynamicInputs.ts#L27
'e' is defined but never used
test: src/Inputs/useDynamicInputs.ts#L53
React Hook useCallback has missing dependencies: 'emptyData', 'inputModel', and 'setData'. Either include them or remove the dependency array
test: src/Inputs/useDynamicInputs.ts#L59
React Hook useCallback has missing dependencies: 'getData', 'inputModel', and 'unsetData'. Either include them or remove the dependency array
test: src/Inputs/useDynamicInputs.ts#L67
React Hook useCallback has a missing dependency: 'model'. Either include it or remove the dependency array
test: src/useInertiaInput/index.ts#L33
'e' is defined but never used
test: src/useInertiaInput/index.ts#L49
React Hook useEffect has missing dependencies: 'defaultValue', 'form', and 'inputName'. Either include them or remove the dependency array
test: src/useInertiaInput/index.ts#L60
React Hook useEffect has missing dependencies: 'clearErrorsOnChange', 'error', 'form', and 'usedErrorKey'. Either include them or remove the dependency array