Conversation
| - | ||
| name: Checkout code | ||
| uses: actions/checkout@v7 | ||
| - parallel: |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
step must run script with "run" section or run action with "uses" section [syntax-check]
| - | ||
| name: Checkout code | ||
| uses: actions/checkout@v7 | ||
| - parallel: |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
step must run script with "run" section or run action with "uses" section [syntax-check]
| - | ||
| name: Checkout | ||
| uses: actions/checkout@v7 | ||
| - |
There was a problem hiding this comment.
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 6 but found 4 (indentation)
| steps: | ||
| - uses: actions/checkout@v7 | ||
| - name: Run ShellCheck | ||
| - |
There was a problem hiding this comment.
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 6 but found 4 (indentation)
| steps: | ||
| - uses: actions/checkout@v7 | ||
| - name: Run ShellCheck | ||
| - |
There was a problem hiding this comment.
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
| name: Checkout code | ||
| uses: actions/checkout@v7 | ||
| - parallel: | ||
| - |
There was a problem hiding this comment.
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 8 but found 6 (indentation)
No description provided.