Skip to content

Upgrade kredits-contracts #18

Upgrade kredits-contracts

Upgrade kredits-contracts #18

Triggered via push August 14, 2023 15:57
Status Success
Total duration 1m 52s
Artifacts

ci.yml

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

Annotations

10 warnings
build (16.x): app/templates/dashboard.hbs#L69
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L83
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L98
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L106
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'] }`.