Skip to content

chore: add github actions for linting and formatting checks #12

chore: add github actions for linting and formatting checks

chore: add github actions for linting and formatting checks #12

Triggered via pull request May 7, 2025 15:56
Status Success
Total duration 42s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
main: client/oneTimePayment/react/src/components/PayPalButton.tsx#L20
React Hook useEffect has a missing dependency: 'paymentSessionOptions'. Either include it or remove the dependency array
main: client/oneTimePayment/react/src/components/VenmoButton.tsx#L20
React Hook useEffect has a missing dependency: 'paymentSessionOptions'. Either include it or remove the dependency array
main: client/oneTimePayment/react/src/context/sdkContext.tsx#L50
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
main: client/oneTimePayment/react/src/context/sdkContext.tsx#L80
React Hook useEffect has missing dependencies: 'sdkInstance' and 'showBoundary'. Either include them or remove the dependency array