cache-apt-pkgs-action/.trunk/configs/.yamllint.yaml
awalsh128 1840a3c552 Non-working draft of v2
- Major refactor of project structure and workflows
- Replaced legacy scripts and commands with new Go implementation
- Updated and added CI/CD workflows
- Added new configuration and linting files
- Removed deprecated files and test logs
- Updated documentation and action metadata

This is an initial, non-working draft for v2.0. Further testing and fixes required.
2025-08-23 11:25:52 -07:00

8 lines
152 B
YAML

rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|}"]
key-duplicates: {}
octal-values:
forbid-implicit-octal: true