ci: adopt ci-workflows config-ready trio (typos, editorconfig, gitleaks) - #20
Merged
Conversation
…, gitleaks) Retire the inline self-lint lanes for typos, editorconfig-checker, and gitleaks in favour of the new ci-workflows composite actions (pinned by SHA, Dependabot- bumped), matching how this repo already consumes markdown/powershell/shellcheck/ lychee/ruff/pyright. Each action installs its tool to the job PATH, so the module fixture-assertion steps that follow are unchanged and still run locally. Behavior preserved: same configs (the actions default to modules/<tool>/..., which are the byte-identical copies vendored downstream), same fixture excludes. editorconfig-checker advances 3.6.1 -> 3.7.0 (the action default); gitleaks and typos pins are unchanged. Drops the now-unused taiki-e/install-action and action-editorconfig-checker references. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 1 consumer cutover: replace this repo's inline typos / editorconfig-checker / gitleaks self-lint lanes with the new SHA-pinned composite actions from
ci-workflows(melodic-software/ci-workflows#10, merged atbd977e0).modules/<tool>/…configs (the byte-identical copies originate here) and the same fixture excludes are passed via inputs.editorconfig-checkeradvances 3.6.1 → 3.7.0 (latest stable, the action's default);gitleaks8.30.1 andtypos1.47.2 pins unchanged.taiki-e/install-actionandaction-editorconfig-checkerreferences.standardsis the model consumer — it now references all of the config-ready quality lanes instead of carrying inline copies.