Skip to content

Update and improve bootstrap form #9

Update and improve bootstrap form

Update and improve bootstrap form #9

Triggered via pull request November 1, 2024 18:59
Status Failure
Total duration 3m 48s
Artifacts

run_tests.yaml

on: pull_request
Run frontend tests
32s
Run frontend tests
Run backend tests
3m 41s
Run backend tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run frontend tests: frontend/src/components/Bootstrap/Bootstrap.module.css#L6
[stylelint] reported by reviewdog 🐶 Expected margin-bottom to come before text-align Raw Output: message:"Expected margin-bottom to come before text-align" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Bootstrap/Bootstrap.module.css" range:{start:{line:6 column:5} end:{line:6 column:25}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Bootstrap/Bootstrap.module.css#L11
[stylelint] reported by reviewdog 🐶 Expected color to come before font-weight Raw Output: message:"Expected color to come before font-weight" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Bootstrap/Bootstrap.module.css" range:{start:{line:11 column:7} end:{line:11 column:46}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Bootstrap/Bootstrap.module.css#L22
[stylelint] reported by reviewdog 🐶 Expected font-weight to come before margin-bottom Raw Output: message:"Expected font-weight to come before margin-bottom" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Bootstrap/Bootstrap.module.css" range:{start:{line:22 column:7} end:{line:22 column:24}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Header/Header.module.css#L7
[stylelint] reported by reviewdog 🐶 Expected display to come before position Raw Output: message:"Expected display to come before position" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Header/Header.module.css" range:{start:{line:7 column:3} end:{line:7 column:17}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Header/Header.module.css#L9
[stylelint] reported by reviewdog 🐶 Expected align-items to come before flex-wrap Raw Output: message:"Expected align-items to come before flex-wrap" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Header/Header.module.css" range:{start:{line:9 column:3} end:{line:9 column:23}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Header/Header.module.css#L12
[stylelint] reported by reviewdog 🐶 Expected border-bottom to come before padding Raw Output: message:"Expected border-bottom to come before padding" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Header/Header.module.css" range:{start:{line:12 column:3} end:{line:12 column:48}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Header/Header.module.css#L17
[stylelint] reported by reviewdog 🐶 Expected align-items to come before flex-wrap Raw Output: message:"Expected align-items to come before flex-wrap" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Header/Header.module.css" range:{start:{line:17 column:5} end:{line:17 column:25}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Header/Header.module.css#L23
[stylelint] reported by reviewdog 🐶 Expected margin-right to come before padding-block Raw Output: message:"Expected margin-right to come before padding-block" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Header/Header.module.css" range:{start:{line:23 column:5} end:{line:23 column:24}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests: frontend/src/components/Header/Header.module.css#L24
[stylelint] reported by reviewdog 🐶 Expected font-size to come before margin-right Raw Output: message:"Expected font-size to come before margin-right" location:{path:"/home/runner/work/poeticmetric/poeticmetric/frontend/src/components/Header/Header.module.css" range:{start:{line:24 column:5} end:{line:24 column:24}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"order/properties-alphabetical-order"}
Run frontend tests
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
Run backend tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/