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]