cache-apt-pkgs-action/dev.md
awalsh128 07366a6d1e - Added CLAUDE.md guidance with preferences.
- Refactored README.md
- Added workflows for version export and management.
- Removed src directory, following Go best practices
- Added COMMANDS.md documentation

Saving the AI semi-slop for now with broken states to get a snapshot.
Too lazy to setup another chained repo.
2025-08-29 17:30:25 -07:00

386 B

cache-apt-pkgs-action - Development

To develop and run tests you will need to setup your system.

Environment

  1. The project requires Go 1.23 or later.
  2. Set GO111MODULE to auto:
# One-time setup
go env -w GO111MODULE=auto

# Or use the provided setup script
./scripts/setup_dev.sh
  1. The project includes a .env file with required settings.

Action Testing