mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2025-04-19 15:07:03 -05:00
Add tests and CI.
This commit is contained in:
parent
a1deed7ade
commit
932bbbde38
11 changed files with 5392 additions and 84 deletions
15
Makefile
Normal file
15
Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
.PHONY: install
|
||||
install:
|
||||
npm install
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
npm run lint
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
npm run test
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
npm run build
|
Loading…
Add table
Add a link
Reference in a new issue