Skip to content

feat: enhance CurrentWeatherBox styling with transition effects and i… #950

feat: enhance CurrentWeatherBox styling with transition effects and i…

feat: enhance CurrentWeatherBox styling with transition effects and i… #950

Workflow file for this run

name: Push Workflow
on:
push:
paths-ignore:
- "*.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "latest"
- name: Install dependencies
run: bun install
- name: Build files
run: bun compile