Skip to content

Commit 75801c2

Browse files
committed
wip: formats changed code
1 parent fe01ff3 commit 75801c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
-e "${{ inputs.environment }}" \
9999
-i /tmp/updates.json \
100100
"${{inputs.deployment_root_path}}"
101+
- name: Format changes
102+
run: |
103+
cue fmt --simplify $(git diff --name-only)
104+
cat $(git diff --name-only)
101105
- name: Run diff
102106
run: git --no-pager diff
103107
# - name: Commit and push

0 commit comments

Comments
 (0)