Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 337 Bytes

File metadata and controls

14 lines (11 loc) · 337 Bytes

flutter-test-pre-commit

run flutter test on pre-commit hooks

Flutter Test pre-commit

pre-commit hook for testing Flutter files.

Add the following in your .pre-commit-config.yaml:

- repo: https://github.com/Virtomize/flutter-test-pre-commit
  rev: "main"
  hooks:
    - id: flutter-test