Skip to content

Commit

Permalink
split build from validate in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatdan committed Oct 17, 2024
1 parent dc419a4 commit 0917c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: run bats
run: |
make build
make validate
make bats
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ codespell:
codespell --dictionary=- -w

.PHONY: validate
validate: build codespell lint
validate: codespell lint
ifeq ($(OS),Linux)
hack/man-page-checker
hack/xref-helpmsgs-manpages
Expand Down

0 comments on commit 0917c72

Please sign in to comment.