Skip to content

Commit

Permalink
Renamed builds and fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dn54321 committed Oct 20, 2024
1 parent c885baa commit 8c4d46e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weaget Deployment
name: Weaget Production Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weaget Deployment
name: Weaget Staging Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { WeatherStatsCard } from "@components/cards/weather-stats-card";
import { parseWeatherDetailStats } from "@components/cards/weather-stats-card/weather-stats-card.utils";
import { Widget } from "@components/containers/widget/widget";
import { useSystemTranslation } from "@src/hooks/use-system-translation";
import { useSystemSettings } from "@src/hooks/use-system-settings";
export interface WeatherStatWidgetProps {
weatherData?: OneCallWeatherDetails;
sx?: SxProps;
Expand Down

0 comments on commit 8c4d46e

Please sign in to comment.