weather #3

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

View File

@@ -18,11 +18,6 @@ jobs:
run: bun install
- name: Build
run: bun run build
- name: Create Project Artifact
uses: christopherhx/gitea-upload-artifact@v4
with:
name: project
path: .
- name: Create Build Artifact
uses: christopherhx/gitea-upload-artifact@v4
with:
@@ -35,10 +30,7 @@ jobs:
container:
image: oven/bun
steps:
- name: Download Artifact
uses: christopherhx/gitea-download-artifact@v4
with:
name: project
- uses: actions/checkout@v4
- name: Install Biome
run: bun install -g biome
- name: Run Biome lint