chore: integrate iframe from apphub to show changelog #65
test-and-release.yml
on: push
lint-commits
/
lint-commits
31s
lint
/
lint
28s
test
/
test
28s
release
/
release
Annotations
8 errors and 1 warning
lint / lint:
src/components/AppDetails/AppDetails.js#L10
'Description' is defined but never used
|
lint / lint:
src/components/AppDetails/AppDetails.js#L13
`../../api.js` import should occur before import of `../../get-app-icon-src.js`
|
lint / lint:
src/components/AppDetails/AppDetails.js#L14
`@dhis2/app-runtime` import should occur before import of `@dhis2/d2-i18n`
|
lint / lint:
src/components/AppDetails/AppDetails.js#L15
`semver` import should occur before import of `../../get-app-icon-src.js`
|
lint / lint:
src/components/AppDetails/AppDetails.js#L15
'semver' is defined but never used
|
lint / lint:
src/components/AppDetails/AppDetails.js#L103
'description' is assigned a value but never used
|
lint / lint:
src/components/AppDetails/AppDetails.js#L111
'uninstallApp' is assigned a value but never used
|
lint / lint
Process completed with exit code 1.
|
lint / lint:
src/pages/AppHub/AppHub.js#L120
React Hook useEffect has missing dependencies: 'queryParams' and 'refetch'. Either include them or remove the dependency array
|