weather #3

Merged
arif merged 25 commits from weather into main 2025-08-29 14:10:55 +02:00
Showing only changes of commit 20bf530f18 - Show all commits

View File

@@ -10,14 +10,11 @@ on:
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: oven/bun
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Biome - uses: biomejs/setup-biome@v2
run: bun install -g biome - name: Run Biome lint
- name: Biome CI run: biome lint .
run: biome ci
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest