feat: support @ crontab notation #22
Annotations
2 errors and 2 warnings
shellcheck:
maclaunch.sh#L338
[shellcheck] reported by reviewdog 🐶
Double quote array expansions to avoid re-splitting elements. [SC2068](https://github.com/koalaman/shellcheck/wiki/SC2068)
Raw Output:
./maclaunch.sh:338:26:error:Double quote array expansions to avoid re-splitting elements. [SC2068](https://github.com/koalaman/shellcheck/wiki/SC2068)
|
shellcheck:
maclaunch.sh#L347
[shellcheck] reported by reviewdog 🐶
Double quote array expansions to avoid re-splitting elements. [SC2068](https://github.com/koalaman/shellcheck/wiki/SC2068)
Raw Output:
./maclaunch.sh:347:38:error:Double quote array expansions to avoid re-splitting elements. [SC2068](https://github.com/koalaman/shellcheck/wiki/SC2068)
|
shellcheck:
maclaunch.sh#L336
[shellcheck] reported by reviewdog 🐶
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. [SC2002](https://github.com/koalaman/shellcheck/wiki/SC2002)
Raw Output:
./maclaunch.sh:336:26:style:Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. [SC2002](https://github.com/koalaman/shellcheck/wiki/SC2002)
|
shellcheck
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/
|