Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
run: |
echo "One or more files in the server folder has changed."
echo "List all the files that have changed: $ALL_CHANGED_FILES"
echo "List all the files that have changed: "
echo "$ALL_CHANGED_FILES | xargs -n 1 echo"

- name: Check compliance
if: inputs.pr != 0 && steps.changed-files-specific.outputs.any_changed == 'true'
Expand Down
9 changes: 0 additions & 9 deletions app/client/src/assets/fonts/google/index.css

This file was deleted.

1 change: 0 additions & 1 deletion app/client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@import "theme/defaultTheme.css";
@import "theme/wds.css";
@import "assets/fonts/custom/index.css";
@import "assets/fonts/google/index.css";

:root {
/* TODO: This needs to be fixed! This override is to maintain branding changes. */
Expand Down