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 2edc548
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ format: cpp-format toml-format py-format
# Lint all of our code
lint: toml-lint py-lint rs-lint

# Run the fast versions of our linters
fast-lint:
python scripts/fast_lint.py

### C and C++

# Clear the C++ build directories
Expand Down

0 comments on commit 2edc548

Please sign in to comment.