Skip to content

workflows

workflows #1

Triggered via push August 5, 2024 10:21
Status Success
Total duration 16s
Artifacts

phpcs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/main.js#L9
Opening parenthesis of a multi-line function call must be the last content on the line
build: src/main.js#L10
Spaces must be used to indent lines; tabs are not allowed
build: src/main.js#L10
Multi-line function call not indented correctly; expected 4 spaces but found 1
build: src/main.js#L10
Line indented incorrectly; expected at least 4 spaces, found 1
build: src/main.js#L11
Spaces must be used to indent lines; tabs are not allowed
build: src/main.js#L11
Multi-line function call not indented correctly; expected 4 spaces but found 1
build: src/main.js#L11
Line indented incorrectly; expected 4 spaces, found 1
build: src/main.js#L12
Closing parenthesis of a multi-line function call must be on a line by itself
build: src/store/modules/metadata.js#L5
Opening parenthesis of a multi-line function call must be the last content on the line
build: src/store/modules/metadata.js#L6
Spaces must be used to indent lines; tabs are not allowed
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/