Merge pull request #274 from pkgxdev/dependabot/github_actions/action… #47
cd.installer.yml
on: push
Matrix: qa / install-pkgx
Matrix: qa / linuxen
Matrix: qa / no-dirs
qa
/
shellcheck
9s
qa
/
usage-as-proxy
12s
qa
/
sudo-not-required
15s
qa
/
eval-bash
12s
qa
/
eval-zsh
28s
qa
/
eval-posix-sh
14s
qa
/
sudo-required
12s
qa
/
multiple-apply-is-ok
12s
qa
/
windows
19s
qa
/
upgrades
16s
qa
/
pkgm
12s
put
0s
Annotations
4 errors and 10 warnings
|
qa / shellcheck
Process completed with exit code 1.
|
|
qa / shellcheck:
scripts/publish-release.sh#L1
[shellcheck] reported by reviewdog 🐶
This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh/'busybox sh'. Add a 'shell' directive to specify.
Raw Output:
./scripts/publish-release.sh:1:1: error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh/'busybox sh'. Add a 'shell' directive to specify. (ShellCheck.SC1008)
|
|
qa / shellcheck
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
|
|
qa / windows
Process completed with exit code 1.
|
|
qa / shellcheck:
scripts/publish-release.sh#L26
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/publish-release.sh:26:49: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L129
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:129:61: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L129
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:129:48: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L127
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:127:24: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L117
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:117:61: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L117
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:117:48: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L115
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:115:26: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L114
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:114:24: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L46
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:46:21: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
qa / shellcheck:
installer.sh#L21
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./installer.sh:21:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|