Skip to content

Commit eddfa10

Browse files
committed
Update Makefile
- Add format and test stanzas to Makefile - Update requirements stanza in Makefile Signed-off-by: Joe Block <[email protected]>
1 parent 10f79ff commit eddfa10

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: Makefile

+11-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,14 @@ l: lint
66
lint:
77
shellcheck lima-plugin
88

9-
requirements.txt:
10-
poetry export -f requirements.txt --output requirements.txt
9+
r: requirements
10+
requirements:
11+
poetry export -f requirements.txt --output requirements.txt
12+
13+
f: format
14+
format:
15+
black lima-plugin
16+
17+
t: test
18+
test: format
19+
poetry run ./lima-plugin

0 commit comments

Comments
 (0)