4 Commits

Author SHA1 Message Date
233b60cf7d docs: Update usage examples to use semver tags
- Change @main references to @v1 (major version tag)
- Add versioning section explaining tag options:
  - @v1 for auto-updates within major version
  - @v1.0.0 for pinned versions
  - @main for development (not recommended)
2026-01-17 15:02:01 -08:00
7a3cc0c6f5 docs: Use full Gitea URL in usage examples
Short-form action references default to GitHub.
Full URL required for Gitea-to-Gitea action references.
2026-01-13 15:58:38 -08:00
55a7a69d64 feat: Add nix-setup composite action
Reusable action for Nix CI with caching:
- DeterminateSystems/nix-installer-action for Nix installation
- actions/cache@v4 for Nix store caching
- Cache key based on flake.lock for per-repo isolation
2026-01-13 15:50:23 -08:00
edd0261110 Initial commit 2026-01-13 15:49:48 -08:00