Skip to content

Commit

Permalink
ci: Updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Dec 23, 2023
1 parent af7d33b commit f6dd006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ lint:
@echo "--- 🧹 Running linters ---"
ruff format . # running ruff formatting
ruff src/ --fix # running ruff linting
ruff tests/ --fix
ruff docs/conf.py --fix

test:
@echo "--- 🧪 Running tests ---"
Expand Down

0 comments on commit f6dd006

Please sign in to comment.