Nef10 / swift-dependency-updater

A tool to update swift package manager dependencies
MIT License
12 stars 3 forks source link

Add `pre-commit` hook #218

Open Goldziher opened 9 months ago

Goldziher commented 9 months ago

Hi,

It would be awesome to have a pre-commit hook. Its a tool that is widely used in the industry for orchestrating linting and validation.

Nef10 commented 9 months ago

Hey @Goldziher how do you imagine this working? Should the tool automatically check and bump all dependencies for each commit?

Goldziher commented 9 months ago

Hey @Goldziher how do you imagine this working? Should the tool automatically check and bump all dependencies for each commit?

yup

an alternative can be a github action I think