Skip to content

feat : Add Currency Module : [ATLAS-26, ATLAS-27, ATLAS-28] #18

feat : Add Currency Module : [ATLAS-26, ATLAS-27, ATLAS-28]

feat : Add Currency Module : [ATLAS-26, ATLAS-27, ATLAS-28] #18

Triggered via pull request November 7, 2023 14:05
Status Failure
Total duration 37s
Artifacts

validate.yml

on: pull_request
Validate Source code
20s
Validate Source code
Run Build
27s
Run Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Validate Source code: src/modules/currency/__tests__/getCurrencyList.test.ts#L1
Replace `"../getCurrencyList"` with `'../getCurrencyList'`
Validate Source code: src/modules/currency/__tests__/getCurrencyList.test.ts#L2
Replace `"../data/currencies"` with `'../data/currencies'`
Validate Source code: src/modules/currency/__tests__/getCurrencySymbol.test.ts#L1
Replace `"../getCurrencySymbol"` with `'../getCurrencySymbol'`
Validate Source code: src/modules/currency/__tests__/getCurrencySymbol.test.ts#L3
Replace `"getCurrencySymbol"` with `'getCurrencySymbol'`
Validate Source code: src/modules/currency/__tests__/getCurrencySymbol.test.ts#L4
Replace `"should·return·the·correct·symbol·for·a·valid·currency·code"` with `'should·return·the·correct·symbol·for·a·valid·currency·code'`
Validate Source code: src/modules/currency/__tests__/getCurrencySymbol.test.ts#L11
Replace `"should·throw·Error·for·an·invalid·currency·code"` with `'should·throw·Error·for·an·invalid·currency·code'`
Validate Source code: src/modules/currency/__tests__/getCurrencySymbol.test.ts#L13
Replace `"Invalid·currencyCode!"` with `⏎······'Invalid·currencyCode!',⏎····`
Validate Source code
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Run Build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/