Skip to content

Commit

Permalink
add precommit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed May 31, 2024
1 parent f3f8ca1 commit 73c5971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# DAVE
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/IOES-Lab/dave/master.svg)](https://results.pre-commit.ci/latest/github/IOES-Lab/dave/master)

All documentation of Project DAVE can be found in the [Dave Documentation (https://field-robotics-lab.github.io/dave.doc/)](https://field-robotics-lab.github.io/dave.doc/).

The documentation source code is in the [Field-Robotics-Lab/dave.doc](https://github.com/Field-Robotics-Lab/dave.doc) repository.

For contribution, do `pre-commit install` before commit.
For contribution, do `pip3 install pre-commit && pre-commit install && pre-commit run --all-files` before commit.

0 comments on commit 73c5971

Please sign in to comment.