Skip to content

Commit d32af1d

Browse files
committed
Merge branch 'main' of github.com:wizelineacademy/github-actions-tutorial into main
2 parents 4b7dfc4 + 961525d commit d32af1d

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

makefile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ help: ## Display this help screen
77
.PHONY: deps
88
deps: ## Install dependencies
99
@echo "install deps"
10-
npm install -g markdownlint-cli
1110

1211
.PHONY: test
1312
test: ## Unit test our code

0 commit comments

Comments
 (0)