if-changed 0.3.4

A pre-submit for file changes.
Documentation
1
2
3
4
5
6
7
8
# https://pre-commit.com/

- id: if-changed
  name: check if dependent files have changed
  language: rust
  entry: if-changed
  stages: [pre-commit, pre-push]
  types: [text]