Skip to content

chore: bump rubykatzen/baseline to v0.13.1, drop redundant actionlint ignore - #112

Merged
ineedjet merged 1 commit into
mainfrom
chore/bump-baseline-v0.13.1
Aug 20, 2026
Merged

chore: bump rubykatzen/baseline to v0.13.1, drop redundant actionlint ignore#112
ineedjet merged 1 commit into
mainfrom
chore/bump-baseline-v0.13.1

Conversation

@ineedjet

Copy link
Copy Markdown
Collaborator

Resolves #105.

v0.13.1 added its own -ignore for workflow_(repository|sha) directly in hooks/actionlint.sh (confirmed by diffing that file at v0.13.0 vs v0.13.1). This repo's local .github/actionlint.yaml carried the same ignore as a workaround from back when we were still on v0.13.0, before baseline covered it — now redundant.

Bumps the pin in all four rubykatzen/baseline/.github/workflows/*-shared.yml@vX callers plus .pre-commit-config.yaml's rev:, and deletes .github/actionlint.yaml outright rather than leaving a vestigial empty file.

Verification

  • pre-commit run --all-files against the actual v0.13.1 hook environment, with the local ignore file already removed — still clean, confirming the redundancy claim rather than just asserting it.

Closes #105.

… ignore

v0.13.1 added its own -ignore for the workflow_(repository|sha)
property gap directly in hooks/actionlint.sh, so the repo-local
.github/actionlint.yaml ignore for the same pattern (added back when
we were still on v0.13.0, before baseline covered it) is now dead
weight. Confirmed by running pre-commit against the bumped hook
without the local ignore file present - still clean.
@ineedjet
ineedjet merged commit 1f6117d into main Aug 20, 2026
3 checks passed
@ineedjet
ineedjet deleted the chore/bump-baseline-v0.13.1 branch August 20, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-check .github/actionlint.yaml's workflow_repository/sha ignore after bumping baseline past v0.13.1

1 participant