Skip to content

Commit

Permalink
chore: reformat and make formatting not fail build
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Aug 9, 2024
1 parent 4293c50 commit 0c2ee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
build:
name: Build and Publish
runs-on: ubuntu-latest
needs: [check-ts, check-format, test]
needs: [check-ts, test]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function Navigation({
<NavigationMenuPrimitive.Viewport
className={twMerge(
'mt-2 overflow-hidden rounded-md bg-primary-20 shadow-lg duration-300 ease-in-out',
'w-rdx-navigation-menu-viewport h-rdx-navigation-menu-viewport absolute z-10',
'absolute z-10 w-rdx-navigation-menu-viewport h-rdx-navigation-menu-viewport',
className?.viewport
)}
style={style?.viewport}
Expand Down

0 comments on commit 0c2ee82

Please sign in to comment.