File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
submodules : true
34
34
- name : Install Dependencies
35
35
run : |
36
- cd ./ seatunnel-engine/seatunnel-ui
36
+ cd seatunnel-engine/seatunnel-engine-ui/
37
37
npm install
38
38
- name : Check Code Style
39
39
run : |
40
- cd ./ seatunnel-engine/seatunnel-ui
40
+ cd seatunnel-engine/seatunnel-engine -ui
41
41
npm run lint
42
42
43
43
sanity-check :
@@ -63,12 +63,21 @@ jobs:
63
63
id : filter
64
64
run : |
65
65
# Navigate to the frontend directory
66
+ <<<<<<< HEAD
66
67
cd seatunnel/seatunnel-engine/seatunnel-ui
67
68
68
69
# Use git to find changed files in the frontend directory
69
70
git fetch origin
70
71
CHANGED_FILES=$(git diff --name-only origin/main...HEAD | grep "^seatunnel/seatunnel-engine/seatunnel-ui/")
71
72
73
+ =======
74
+ cd seatunnel-engine/seatunnel-engine-ui/
75
+
76
+ # Use git to find changed files in the frontend directory
77
+ git fetch origin
78
+ CHANGED_FILES=$(git diff --name-only origin/main...HEAD | grep "^seatunnel-engine/seatunnel-engine-ui/")
79
+
80
+ >>>>>>> bee242c138db576455d3d66a337fc9d4eb03579b
72
81
# If there are changes, list the affected modules
73
82
if [ -n "$CHANGED_FILES" ]; then
74
83
echo "modules=true" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments