挂载持久化卷时,可以提前创建好对应目录,这样可以不依赖docker的自动创建目录的特性,避免权限问题 #254
Annotations
2 errors and 3 warnings
Build:
dochat.sh#L101
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
dochat.sh:101:- mkdir $HOME/DoChat/"WeChat Files"/ -p
dochat.sh:102:- mkdir $HOME/DoChat/"Applcation Data"/
dochat.sh:101:+ mkdir "$HOME"/DoChat/"WeChat Files"/ -p
dochat.sh:102:+ mkdir "$HOME"/DoChat/"Applcation Data"/
|
Build
Process completed with exit code 1.
|
Build:
dochat.sh#L101
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./dochat.sh:101:9: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Build:
dochat.sh#L102
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./dochat.sh:102:9: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|