cache-apt-pkgs-action/.github/workflows
Mahyar McDonald 948e84fcd2 add shellcheck linting
- Updated variable expansions to use double quotes for better safety and to prevent word splitting.
- Replaced `ls` with `find` in cache operations to handle non-alphanumeric filenames more robustly.
- Enhanced array handling in scripts by using `${*:N}` syntax for concatenation.
- Improved readability and consistency in conditional checks by using `[[ ... ]]` instead of `[ ... ]`.
- Added comments for clarity on specific operations and shellcheck directives.
2025-10-31 12:27:30 -07:00
..
pub_dev_push_event.yml Copy from staging to dev. 2022-07-19 20:42:48 -07:00
pub_master_push_event.yml Copy from staging to dev. 2022-07-19 20:42:48 -07:00
pub_staging_push_event.yml Publish push event for master too. 2021-10-17 13:06:35 -07:00
pull_request.yml First version of a Golang version for APT package querying. (#118) (#119) 2023-12-22 10:28:03 -08:00
shellcheck.yml add shellcheck linting 2025-10-31 12:27:30 -07:00