Skip to content

Commit

Permalink
Add to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 21, 2023
1 parent ebc8fcf commit ba6eef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ format: cpp-format toml-format py-format
# Lint all of our code
lint: toml-lint py-lint rs-lint

fast-lint:
python scripts/fast_lint.py

### C and C++

# Clear the C++ build directories
Expand Down

0 comments on commit ba6eef8

Please sign in to comment.