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:
lint:
runs-on: ubuntu-latest
container:
image: oven/bun
steps:
- uses: actions/checkout@v4
- name: Install Biome
run: bun install -g biome
- name: Biome CI
run: biome ci
- uses: biomejs/setup-biome@v2
- name: Run Biome lint
run: biome lint .
build:
runs-on: ubuntu-latest