John Bampton
ebed2d32a2
gha: pin workflows to hash
2026-04-11 17:51:28 +10:00
dependabot[bot]
d50932c50f
build(deps): bump j178/prek-action
...
Bumps the github-actions-dependencies group with 1 update: [j178/prek-action](https://github.com/j178/prek-action ).
Updates `j178/prek-action` from 1 to 2
- [Release notes](https://github.com/j178/prek-action/releases )
- [Commits](https://github.com/j178/prek-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: j178/prek-action
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-25 14:54:41 +00:00
John Bampton
55ef8e1728
Update workflows
2026-03-18 17:57:05 +10:00
John Bampton
626b2fa469
Put manual hooks in separate workflow file
2026-03-11 10:29:57 +10:00
Yukihiro "Matz" Matsumoto
cac1c99c6c
pre-commit.yml: remove duplicate --color=always argument
...
The prek-action already passes --color=always internally,
so passing it again via extra-args causes a CLI error.
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-14 10:23:34 +09:00
Yukihiro "Matz" Matsumoto
638a18dfe7
replace pre-commit with prek
...
prek is a faster, Rust-based drop-in replacement for pre-commit.
It reads the same .pre-commit-config.yaml with no changes needed.
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-10 11:14:53 +09:00
dependabot[bot]
d755e2bc1b
build(deps): bump actions/cache from 4 to 5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 14:01:27 +00:00
John Bampton
9835bf8473
Put ls-lint and pre-commit in separate workflow files
...
Standardizes all workflows into separate files.
Minor clean up of workflow name and add a docs link
2025-12-07 09:50:27 +10:00