Skip to content

Commit

Permalink
Amend Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBartlett committed Jul 22, 2024
1 parent a3f2ba4 commit dd3452b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ BASE ?= main
fmt: ## Run formatters
@. ./scripts/fmt.sh

.PHONY: fmt
.PHONY: lint
lint: ## Run linters
@. ./scripts/lint.sh

.PHONY: pre-commit
pre-commit:
# Run auto-formatting
fmt
pre-commit: ## Run pre-commit hooks
@rye run pre-commit run

.PHONY: workflow
workflow:
Expand Down

0 comments on commit dd3452b

Please sign in to comment.