Skip to content

Commit eba807c

Browse files
author
Bob Strahan
committed
Merge branch 'develop' into feature/reporting-phase2
2 parents d033eb7 + 667e697 commit eba807c

File tree

17 files changed

+6612
-8
lines changed

17 files changed

+6612
-8
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ GREEN := \033[0;32m
66
YELLOW := \033[1;33m
77
NC := \033[0m # No Color
88

9+
# Default target - run both lint and test
10+
all: lint test
11+
12+
# Run tests in idp_common_pkg directory
13+
test:
14+
$(MAKE) -C lib/idp_common_pkg test
15+
916
# Run both linting and formatting in one command
1017
lint: ruff-lint format
1118

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.3.3-beta

0 commit comments

Comments
 (0)