Skip to content

Improve reimbursement lists #33

Improve reimbursement lists

Improve reimbursement lists #33

Triggered via pull request March 14, 2024 18:16
Status Success
Total duration 1m 28s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (16.x): app/templates/dashboard.hbs#L53
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L67
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L82
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L90
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L1
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L5
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L16
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L39
Do not use `action` as (action ...). Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L33
You are using the component {{ember-flatpickr}} with curly component syntax. You should use <EmberFlatpickr> instead. If it is actually a helper you must manually add it to the 'no-curly-component-invocation' rule configuration, e.g. `'no-curly-component-invocation': { allow: ['ember-flatpickr'] }`.
build (16.x): app/components/add-contribution/template.hbs#L46
You are using the component {{input}} with curly component syntax. You should use <Input> instead. If it is actually a helper you must manually add it to the 'no-curly-component-invocation' rule configuration, e.g. `'no-curly-component-invocation': { allow: ['input'] }`.