Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 529 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 529 Bytes

This repository contains a pre-commit config for running just --fmt on any discovered just files. It will auto-fix the files.

Usage

You must have just installed on your system for this hook to work.

- repo: https://github.com/instrument/pre-commit-justfile
  rev: 'main'
  hooks:
    - id: format-justfile

License

This work is licensed under the ISC license, a copy of which can be found at LICENSE.txt.

just itself is licensed under the CC0 license.