Skip to content

feat: #755 taxes on payments #164

feat: #755 taxes on payments

feat: #755 taxes on payments #164

Triggered via pull request December 21, 2023 20:05
Status Failure
Total duration 3m 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L273
'taxItem' is never reassigned. Use 'const' instead
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L297
Unexpected `await` of a non-Promise (non-"Thenable") value
setup_and_lint: models/baseModels/Payment/Payment.ts#L261
Unexpected `await` of a non-Promise (non-"Thenable") value
setup_and_lint
Process completed with exit code 1.
setup_and_lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L31
Replace `·account:·string,·payment_account?:·string,·rate:·number·` with `⏎··account:·string;⏎··payment_account?:·string;⏎··rate:·number;⏎`
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L34
Replace `,` with `;`
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L35
Replace `,` with `;`
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L36
Replace `,` with `;`