Skip to content

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

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

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

Triggered via pull request November 7, 2023 12:20
Status Failure
Total duration 29s
Artifacts

validate.yml

on: pull_request
Validate Source code
19s
Validate Source code
Run Build
18s
Run Build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Run Build
Process completed with exit code 1.
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L1
Replace `"../formatAmount"` with `'../formatAmount'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L3
Replace `"formatAmount"` with `'formatAmount'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L4
Replace `"should·format·the·amount·with·default·options"` with `'should·format·the·amount·with·default·options'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L5
Replace `"USD",·"1000.5"` with `'USD',·'1000.5'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L6
Replace `"$1,000.50"` with `'$1,000.50'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L9
Replace `"should·format·the·amount·with·custom·locale·and·currency·display"` with `'should·format·the·amount·with·custom·locale·and·currency·display'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L10
Replace `"EUR",·"1500"` with `'EUR',·'1500'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L11
Replace `"fr-FR"` with `'fr-FR'`
Validate Source code: src/modules/currency/__tests__/formatAmount.test.ts#L14
Replace `"1·500,00·EUR"` with `'1·500,00·EUR'`
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/
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/