Skip to content

Commit

Permalink
wip: formats changed code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent fe01ff3 commit 75801c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
-e "${{ inputs.environment }}" \
-i /tmp/updates.json \
"${{inputs.deployment_root_path}}"
- name: Format changes
run: |
cue fmt --simplify $(git diff --name-only)
cat $(git diff --name-only)
- name: Run diff
run: git --no-pager diff
# - name: Commit and push
Expand Down

0 comments on commit 75801c2

Please sign in to comment.