feat(analytics): Implement usage analytics with react-ga4 #2015
actions.yml
on: pull_request
dotrun
1m 10s
Matrix: Build
Matrix: Lint JavaScript/TypeScript
Matrix: Check Prettier
Matrix: Check renovate
Matrix: Lint SCSS
Matrix: Check types
Annotations
9 errors and 7 warnings
Lint JavaScript/TypeScript (20.x):
src/hooks/useAnalytics.test.ts#L1
'ReactGA' is defined but never used. Allowed unused vars must match /^_/u
|
Lint JavaScript/TypeScript (20.x):
src/hooks/useAnalytics.test.ts#L2
'MockInstance' is defined but never used. Allowed unused vars must match /^_/u
|
Lint JavaScript/TypeScript (20.x):
src/hooks/useAnalytics.test.ts#L9
There should be at least one empty line between import groups
|
Lint JavaScript/TypeScript (20.x):
src/hooks/useAnalytics.test.ts#L10
`utils/analytics` import should occur before import of `./useAnalytics`
|
Lint JavaScript/TypeScript (20.x):
src/hooks/useAnalytics.test.ts#L10
Absolute imports should come before relative imports
|
Lint JavaScript/TypeScript (20.x):
src/utils/analytics.test.ts#L30
'result' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint JavaScript/TypeScript (20.x):
src/utils/analytics.test.ts#L40
'result' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint JavaScript/TypeScript (20.x):
src/utils/analytics.test.ts#L52
'result' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint JavaScript/TypeScript (20.x)
Process completed with exit code 1.
|
Build (20.x)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Build (20.x)
Cache not found for keys: node-cache-Linux-x64-yarn-b4f5334d293506f2b1cf12c261b1a9d290e9448659b72eecb251a7e9a241c314
|
Lint SCSS (20.x)
Cache not found for keys: node-cache-Linux-x64-yarn-b4f5334d293506f2b1cf12c261b1a9d290e9448659b72eecb251a7e9a241c314
|
Check Prettier (20.x)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Check Prettier (20.x)
Cache not found for keys: node-cache-Linux-x64-yarn-b4f5334d293506f2b1cf12c261b1a9d290e9448659b72eecb251a7e9a241c314
|
Check types (20.x)
Cache not found for keys: node-cache-Linux-x64-yarn-b4f5334d293506f2b1cf12c261b1a9d290e9448659b72eecb251a7e9a241c314
|
Check types (20.x)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|