ComPWA / taplo-pre-commit

A pre-commit hook for Taplo, a TOML formatter written in Rust
https://github.com/tamasfe/taplo
12 stars 3 forks source link

Add a workflow to update pre-commit hooks version in config when a new version is released #3

Closed m-roberts closed 1 year ago

m-roberts commented 1 year ago

Problem description

It would be nice to have automation that means that when taplo is updated upstream, that the pre-commit hooks in this repo update themselves automatically.

Proposed solution

A new GitHub Actions workflow that runs semi-frequently:

This would automate the process of managing this repository.

redeboer commented 1 year ago

4 should do the job 👍 I'll remove the tags and run that new workflow manually to overwrite the existing tags.