🌈️ apply a wallpaper based on the weather outside
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): missing deno install

Angel Wang (Jun 22, 2026, 9:01 PM -0600) 5ca7be2a 27c52a53

+3
+3
.github/workflows/build.yml
··· 23 23 with: 24 24 deno-version: v2.8.x 25 25 26 + - name: Install Deno packages 27 + run: deno install 28 + 26 29 - name: Run linter 27 30 run: deno lint 28 31