cache-apt-pkgs-action/cmd/cache_apt_pkgs/doc.go
2026-01-05 16:36:23 -08:00

5 lines
198 B
Go

// Package main implements the cache-apt-pkgs GitHub Action.
// This action caches APT packages to speed up CI/CD workflows by avoiding
// repeated package downloads and installations.
package main