ci: prefer GitHub Packages for anoncreds wrapper
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Yurii Shynbuiev <[email protected]>
Markdownlint auto-fix resolved formatting issues: - MD009: trailing spaces - MD012: multiple consecutive blank lines - MD022: missing blank lines around headings - MD031: missing blank lines around fenced code blocks - MD032: missing blank lines around lists - MD047: missing final newline Manual fixes: - CONTRIBUTING.md: fix broken anchor links - YAML: add final newline to release.yml Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Yurii Shynbuiev <[email protected]>
Add reusable file-hygiene workflow caller and canonical lint configs: - .github/workflows/file-hygiene.yml: caller for lint-files.yml - .editorconfig: UTF-8 (no BOM), LF line endings, indent rules with indent_size=4 override for Kotlin (*.kt, *.kts) - .gitattributes: LF normalization for text files, binary rules - .markdownlint.yml + .markdownlint-cli2.yaml: markdown lint rules - .yamllint.yml: YAML lint rules with relaxations - .shellcheckrc: suppress gradlew warnings - build.gradle.kts: add lintText and lintTextFix Gradle tasks - Remove .markdownlint.json (superseded by .markdownlint.yml) Refs: hyperledger-identus/hyperledger-identus#172 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Yurii Shynbuiev <[email protected]>