mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
chore(Makefile): add lint to stable and beta rules
This commit is contained in:
parent
3f62ce9c19
commit
d3f1669234
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -102,11 +102,11 @@ watch-doc: ## Watch file changes and rebuild the documentation if any
|
|||
|
||||
.PHONY: stable
|
||||
stable: RUST_CHANNEL = stable
|
||||
stable: build test ## Run build and tests for stable
|
||||
stable: build lint test ## Run build and tests for stable
|
||||
|
||||
.PHONY: beta
|
||||
beta: RUST_CHANNEL = beta
|
||||
beta: build test ## Run build and tests for beta
|
||||
beta: build lint test ## Run build and tests for beta
|
||||
|
||||
.PHONY: nightly
|
||||
nightly: RUST_CHANNEL = nightly
|
||||
|
|
Loading…
Reference in a new issue