mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-09 04:37:38 +00:00
- 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.
8 lines
152 B
YAML
8 lines
152 B
YAML
rules:
|
|
quoted-strings:
|
|
required: only-when-needed
|
|
extra-allowed: ["{|}"]
|
|
key-duplicates: {}
|
|
octal-values:
|
|
forbid-implicit-octal: true
|